diff options
author | 2018-08-26 19:00:25 +0200 | |
---|---|---|
committer | 2018-08-26 19:00:25 +0200 | |
commit | 58d758eeb4b480c02dcc54ca9212b6e85661da7a (patch) | |
tree | 2574111cd40ff9176862f3cbf0bb41dbdba99c81 /net-firewall | |
parent | net-dialup/rp-pppoe: Remove support for non-existent deps (diff) | |
download | gentoo-58d758eeb4b480c02dcc54ca9212b6e85661da7a.tar.gz gentoo-58d758eeb4b480c02dcc54ca9212b6e85661da7a.tar.bz2 gentoo-58d758eeb4b480c02dcc54ca9212b6e85661da7a.zip |
net-firewall/arno-iptables-firewall: Remove support for non-existent deps
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.1e.ebuild | 7 |
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 )" |