diff options
Diffstat (limited to 'net-firewall/xtables-addons/xtables-addons-3.1.ebuild')
-rw-r--r-- | net-firewall/xtables-addons/xtables-addons-3.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-firewall/xtables-addons/xtables-addons-3.1.ebuild b/net-firewall/xtables-addons/xtables-addons-3.1.ebuild index 7a72a0a86734..bbc32dee9f88 100644 --- a/net-firewall/xtables-addons/xtables-addons-3.1.ebuild +++ b/net-firewall/xtables-addons/xtables-addons-3.1.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" +MODULES_OPTIONAL_USE=modules +MODULES_OPTIONAL_USE_IUSE_DEFAULT=1 inherit eutils linux-info linux-mod multilib DESCRIPTION="iptables extensions not yet accepted in the main kernel" @@ -12,7 +14,6 @@ SRC_URI="mirror://sourceforge/xtables-addons/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="modules" MODULES="quota2 psd pknock lscan length2 ipv4options ipp2p iface gradm geoip fuzzy condition tarpit sysrq logmark ipmark echo dnetmap dhcpmac delude chaos account" |