summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-13 22:37:19 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-13 22:37:19 +0100
commit5ac9a493c912a8f4935a91f8b3056a15fbc81682 (patch)
treeb531d7c1c5a796b0b42ced7a812cb62f5b56dd5c /net-firewall
parentnet-analyzer/tcpstat: [QA] inherit toolchain-funcs.eclass directly (diff)
downloadgentoo-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')
-rw-r--r--net-firewall/xtables-addons/xtables-addons-2.13.ebuild4
-rw-r--r--net-firewall/xtables-addons/xtables-addons-3.7.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-firewall/xtables-addons/xtables-addons-2.13.ebuild b/net-firewall/xtables-addons/xtables-addons-2.13.ebuild
index 5f99b5400fa7..a7ac3364a87a 100644
--- a/net-firewall/xtables-addons/xtables-addons-2.13.ebuild
+++ b/net-firewall/xtables-addons/xtables-addons-2.13.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 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
+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/"
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/"