diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:37:19 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:37:19 +0100 |
commit | 5ac9a493c912a8f4935a91f8b3056a15fbc81682 (patch) | |
tree | b531d7c1c5a796b0b42ced7a812cb62f5b56dd5c /net-firewall/xtables-addons/xtables-addons-3.7.ebuild | |
parent | net-analyzer/tcpstat: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-5ac9a493c912a8f4935a91f8b3056a15fbc81682.tar.gz gentoo-5ac9a493c912a8f4935a91f8b3056a15fbc81682.tar.bz2 gentoo-5ac9a493c912a8f4935a91f8b3056a15fbc81682.zip |
net-firewall/xtables-addons: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-firewall/xtables-addons/xtables-addons-3.7.ebuild')
-rw-r--r-- | net-firewall/xtables-addons/xtables-addons-3.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/xtables-addons/xtables-addons-3.7.ebuild b/net-firewall/xtables-addons/xtables-addons-3.7.ebuild index b87050a6cf2a..33c19c636da1 100644 --- a/net-firewall/xtables-addons/xtables-addons-3.7.ebuild +++ b/net-firewall/xtables-addons/xtables-addons-3.7.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" MODULES_OPTIONAL_USE=modules MODULES_OPTIONAL_USE_IUSE_DEFAULT=1 -inherit eutils linux-info linux-mod multilib +inherit eutils linux-info linux-mod multilib toolchain-funcs DESCRIPTION="iptables extensions not yet accepted in the main kernel" HOMEPAGE="http://xtables-addons.sourceforge.net/" |