From: Alon Bar-Lev Date: Sat, 25 Mar 2017 17:38:17 +0000 (+0300) Subject: net-firewall/firehol: remove eutils X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=06290afb2555f9bed92d564a33a27a044f46ee61;p=gentoo.git net-firewall/firehol: remove eutils Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- 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"