summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-firewall/fwknop/fwknop-2.6.9-r1.ebuild (renamed from net-firewall/fwknop/fwknop-2.6.9.ebuild)7
1 files changed, 2 insertions, 5 deletions
diff --git a/net-firewall/fwknop/fwknop-2.6.9.ebuild b/net-firewall/fwknop/fwknop-2.6.9-r1.ebuild
index efd4d5010ce9..5c86df5bfb0c 100644
--- a/net-firewall/fwknop/fwknop-2.6.9.ebuild
+++ b/net-firewall/fwknop/fwknop-2.6.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/mrash/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="client extras firewalld gdbm gpg iptables nfqueue python server udp-server"
+IUSE="+client extras firewalld gdbm gpg +iptables nfqueue python +server udp-server"
DEPEND="
client? ( net-misc/wget[ssl] )
@@ -36,9 +36,6 @@ DEPEND="
RDEPEND="${DEPEND}"
REQUIRED_USE="
- firewalld? ( server )
- gdbm? ( server )
- iptables? ( server )
nfqueue? ( server )
python? ( ${PYTHON_REQUIRED_USE} )
server? ( ^^ ( firewalld iptables ) )