diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-03-17 02:15:03 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-03-17 02:17:34 -0400 |
commit | 7e6780d500f872a410241df5c10d05cd23448a05 (patch) | |
tree | 8889b05612a56d3224c3c4001809b9c97fa659c7 /dev-util/bcc | |
parent | x11-libs/libxcb: Stabilize 1.16-r1 hppa, #924731 (diff) | |
download | gentoo-7e6780d500f872a410241df5c10d05cd23448a05.tar.gz gentoo-7e6780d500f872a410241df5c10d05cd23448a05.tar.bz2 gentoo-7e6780d500f872a410241df5c10d05cd23448a05.zip |
dev-util/bcc: Stabilize 0.29.1-r1 amd64, #925951
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-util/bcc')
-rw-r--r-- | dev-util/bcc/bcc-0.29.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/bcc/bcc-0.29.1-r1.ebuild b/dev-util/bcc/bcc-0.29.1-r1.ebuild index 5ae4d92baf0d..1ac9b797b8ef 100644 --- a/dev-util/bcc/bcc-0.29.1-r1.ebuild +++ b/dev-util/bcc/bcc-0.29.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,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 test" REQUIRED_USE=" |