summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-26 19:00:25 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-26 19:00:25 +0200
commit58d758eeb4b480c02dcc54ca9212b6e85661da7a (patch)
tree2574111cd40ff9176862f3cbf0bb41dbdba99c81
parentnet-dialup/rp-pppoe: Remove support for non-existent deps (diff)
downloadgentoo-58d758ee.tar.gz
gentoo-58d758ee.tar.bz2
gentoo-58d758ee.zip
net-firewall/arno-iptables-firewall: Remove support for non-existent deps
-rw-r--r--net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.1e.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.1e.ebuild b/net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.1e.ebuild
index 4d1cd0080b77..9659d70d0b5f 100644
--- a/net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.1e.ebuild
+++ b/net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.1e.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,12 +13,9 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="+plugins"
-# sys-apps/coreutils dependency wrt
-# https://bugs.gentoo.org/show_bug.cgi?id=448716
-
DEPEND=""
RDEPEND="net-firewall/iptables
- || ( <sys-apps/coreutils-8.20 >sys-apps/coreutils-8.20-r1 )
+ >sys-apps/coreutils-8.20-r1
sys-apps/iproute2
plugins? ( net-dns/bind-tools )"