diff options
author | Sam James <sam@gentoo.org> | 2022-01-16 00:37:38 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-16 00:37:38 +0000 |
commit | 5830e7a9c7f8176f789ed8d2bfcbbfc4d937520d (patch) | |
tree | 74a773fc0fff5613a2740826c8f8968c13a17d01 /net-firewall | |
parent | sci-libs/opencascade: rename from gles2->gles2-only for <7.6.0 (diff) | |
download | gentoo-5830e7a9c7f8176f789ed8d2bfcbbfc4d937520d.tar.gz gentoo-5830e7a9c7f8176f789ed8d2bfcbbfc4d937520d.tar.bz2 gentoo-5830e7a9c7f8176f789ed8d2bfcbbfc4d937520d.zip |
net-firewall/ipset: Stabilize 7.15 arm, #831278
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ipset/ipset-7.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/ipset/ipset-7.15.ebuild b/net-firewall/ipset/ipset-7.15.ebuild index cbee799db563..f4dbd52bf881 100644 --- a/net-firewall/ipset/ipset-7.15.ebuild +++ b/net-firewall/ipset/ipset-7.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -11,7 +11,7 @@ SRC_URI="https://ipset.netfilter.org/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv x86" BDEPEND="virtual/pkgconfig" |