net-firewall/arno-iptables-firewall: Remove support for non-existent deps
authorMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 17:00:25 +0000 (19:00 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 17:00:25 +0000 (19:00 +0200)
net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.1e.ebuild

index 4d1cd0080b77c7791f4d6bddb08668c13546b937..9659d70d0b5f84575442fdb6afe0bcc55789c217 100644 (file)
@@ -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 )"