summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-15 11:01:23 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-15 11:01:23 +0100
commitb9b7b35adf5a1e5e9544a566fc89205a3b0d6e8f (patch)
treeceea8c7cf4d782b1f69c45a128b4e6355daa9904 /net-firewall
parentnet-firewall/fwknop: [QA] inherit ltprune.eclass directly (diff)
downloadgentoo-b9b7b35adf5a1e5e9544a566fc89205a3b0d6e8f.tar.gz
gentoo-b9b7b35adf5a1e5e9544a566fc89205a3b0d6e8f.tar.bz2
gentoo-b9b7b35adf5a1e5e9544a566fc89205a3b0d6e8f.zip
net-firewall/ipset: [QA] inherit ltprune.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/ipset/ipset-6.29.ebuild4
-rw-r--r--net-firewall/ipset/ipset-6.38.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-firewall/ipset/ipset-6.29.ebuild b/net-firewall/ipset/ipset-6.29.ebuild
index bdac66a1547a..4a2d032bb942 100644
--- a/net-firewall/ipset/ipset-6.29.ebuild
+++ b/net-firewall/ipset/ipset-6.29.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
MODULES_OPTIONAL_USE=modules
-inherit linux-info linux-mod
+inherit linux-info linux-mod ltprune
DESCRIPTION="IPset tool for iptables, successor to ippool"
HOMEPAGE="http://ipset.netfilter.org/"
diff --git a/net-firewall/ipset/ipset-6.38.ebuild b/net-firewall/ipset/ipset-6.38.ebuild
index 687c9290f434..37f222b9c797 100644
--- a/net-firewall/ipset/ipset-6.38.ebuild
+++ b/net-firewall/ipset/ipset-6.38.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
MODULES_OPTIONAL_USE=modules
-inherit linux-info linux-mod
+inherit linux-info linux-mod ltprune
DESCRIPTION="IPset tool for iptables, successor to ippool"
HOMEPAGE="http://ipset.netfilter.org/"