commit: 7a27623538dcc7ca5cc103514b3681f2af1dad72 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Apr 24 18:12:41 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 24 18:12:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a276235
dev-util/bcc: Stabilize 0.32.0 amd64, #954239 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/bcc/bcc-0.32.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/bcc/bcc-0.32.0.ebuild b/dev-util/bcc/bcc-0.32.0.ebuild index 0193f9da4405..49b66101e088 100644 --- a/dev-util/bcc/bcc-0.32.0.ebuild +++ b/dev-util/bcc/bcc-0.32.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ SRC_URI="https://github.com/iovisor/bcc/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~riscv ~x86" IUSE="+lua lzma +python static-libs test" REQUIRED_USE="
