diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-03-25 20:38:17 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-03-25 21:11:28 +0300 |
commit | 06290afb2555f9bed92d564a33a27a044f46ee61 (patch) | |
tree | 7391c00ffac9d6c1bdca82d6d937b1e2cc65dede /net-firewall/firehol | |
parent | sys-auth/pam_pkcs11: use ltprune (diff) | |
download | gentoo-06290afb2555f9bed92d564a33a27a044f46ee61.tar.gz gentoo-06290afb2555f9bed92d564a33a27a044f46ee61.tar.bz2 gentoo-06290afb2555f9bed92d564a33a27a044f46ee61.zip |
net-firewall/firehol: remove eutils
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-firewall/firehol')
-rw-r--r-- | net-firewall/firehol/firehol-3.1.3-r1.ebuild | 2 | ||||
-rw-r--r-- | net-firewall/firehol/firehol-3.1.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/firehol/firehol-3.1.3-r1.ebuild b/net-firewall/firehol/firehol-3.1.3-r1.ebuild index 45d722cbe81d..92789cbbace9 100644 --- a/net-firewall/firehol/firehol-3.1.3-r1.ebuild +++ b/net-firewall/firehol/firehol-3.1.3-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils linux-info +inherit linux-info DESCRIPTION="iptables firewall generator" HOMEPAGE="https://github.com/firehol/firehol" diff --git a/net-firewall/firehol/firehol-3.1.3.ebuild b/net-firewall/firehol/firehol-3.1.3.ebuild index 18d79395cc9e..72db0e343d5a 100644 --- a/net-firewall/firehol/firehol-3.1.3.ebuild +++ b/net-firewall/firehol/firehol-3.1.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils linux-info +inherit linux-info DESCRIPTION="iptables firewall generator" HOMEPAGE="https://github.com/firehol/firehol" |