Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/arno-iptables-firewall/
Date: Sun, 26 Aug 2018 17:08:53
Message-Id: 1535302825.58d758eeb4b480c02dcc54ca9212b6e85661da7a.mgorny@gentoo
1 commit: 58d758eeb4b480c02dcc54ca9212b6e85661da7a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 17:00:25 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 17:00:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d758ee
7
8 net-firewall/arno-iptables-firewall: Remove support for non-existent deps
9
10 .../arno-iptables-firewall/arno-iptables-firewall-2.0.1e.ebuild | 7 ++-----
11 1 file changed, 2 insertions(+), 5 deletions(-)
12
13 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
14 index 4d1cd0080b7..9659d70d0b5 100644
15 --- a/net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.1e.ebuild
16 +++ b/net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.1e.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2014 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -13,12 +13,9 @@ SLOT="0"
24 KEYWORDS="amd64 x86"
25 IUSE="+plugins"
26
27 -# sys-apps/coreutils dependency wrt
28 -# https://bugs.gentoo.org/show_bug.cgi?id=448716
29 -
30 DEPEND=""
31 RDEPEND="net-firewall/iptables
32 - || ( <sys-apps/coreutils-8.20 >sys-apps/coreutils-8.20-r1 )
33 + >sys-apps/coreutils-8.20-r1
34 sys-apps/iproute2
35 plugins? ( net-dns/bind-tools )"