diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-08 19:00:19 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-08 19:00:19 +0200 |
commit | 70e5beb4ea86ba8bcbefd0ff51acc697217fa178 (patch) | |
tree | ba7ae18075789157b878b9f8bc2be9f74e46b332 /dev-util/bpftool | |
parent | dev-util/ply: Stabilize 2.3.0 amd64, #890228 (diff) | |
download | gentoo-70e5beb4ea86ba8bcbefd0ff51acc697217fa178.tar.gz gentoo-70e5beb4ea86ba8bcbefd0ff51acc697217fa178.tar.bz2 gentoo-70e5beb4ea86ba8bcbefd0ff51acc697217fa178.zip |
dev-util/bpftool: Stabilize 5.19.12 amd64, #890230
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/bpftool')
-rw-r--r-- | dev-util/bpftool/bpftool-5.19.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/bpftool/bpftool-5.19.12.ebuild b/dev-util/bpftool/bpftool-5.19.12.ebuild index 3b2b5a406a29..276c46117bea 100644 --- a/dev-util/bpftool/bpftool-5.19.12.ebuild +++ b/dev-util/bpftool/bpftool-5.19.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,7 +27,7 @@ S="${S_K}/tools/bpf/bpftool" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" +KEYWORDS="amd64 ~riscv ~x86" IUSE="caps" RDEPEND=" |