diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-08-16 23:51:18 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-09-06 14:06:29 +0200 |
commit | f5347d53f9af1a324ef66d91a19c53629ca3b0f1 (patch) | |
tree | dbfa8b1322fc24d48406d4b1cd5e0f3029ac5ccb /net-firewall/fwknop | |
parent | profiles/hardened/linux/p.use: Revert "disable default gdbm USE for net-firew... (diff) | |
download | gentoo-f5347d53f9af1a324ef66d91a19c53629ca3b0f1.tar.gz gentoo-f5347d53f9af1a324ef66d91a19c53629ca3b0f1.tar.bz2 gentoo-f5347d53f9af1a324ef66d91a19c53629ca3b0f1.zip |
net-firewall/fwknop: enable client, server USEs, cleanup REQUIRED_USE
Closes: https://github.com/gentoo/gentoo/pull/5468
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Diffstat (limited to 'net-firewall/fwknop')
-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 ) ) |