diff options
author | Sam James <sam@gentoo.org> | 2023-01-13 08:22:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-13 08:22:43 +0000 |
commit | 0bfba8c6e6592c7e00a1e9e0e2f91741403ed5db (patch) | |
tree | 7e919dc5a67b943ed0629a95c825800d0ae63b2b /net-firewall | |
parent | dev-java/byaccj: add upstream bug ref for clang16 patch (diff) | |
download | gentoo-0bfba8c6e6592c7e00a1e9e0e2f91741403ed5db.tar.gz gentoo-0bfba8c6e6592c7e00a1e9e0e2f91741403ed5db.tar.bz2 gentoo-0bfba8c6e6592c7e00a1e9e0e2f91741403ed5db.zip |
net-firewall/xtables-addons: Stabilize 3.21 x86, #890622
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/xtables-addons/xtables-addons-3.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/xtables-addons/xtables-addons-3.21.ebuild b/net-firewall/xtables-addons/xtables-addons-3.21.ebuild index fa8dcbc44e15..36cb5cb044db 100644 --- a/net-firewall/xtables-addons/xtables-addons-3.21.ebuild +++ b/net-firewall/xtables-addons/xtables-addons-3.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="https://inai.de/files/xtables-addons/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" MODULES="quota2 psd pknock lscan length2 ipv4options ipp2p iface gradm geoip fuzzy condition tarpit sysrq proto logmark ipmark echo dnetmap dhcpmac delude chaos account" |