commit: f5347d53f9af1a324ef66d91a19c53629ca3b0f1 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Wed Aug 16 20:51:18 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Sep 6 12:06:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5347d53
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 .../fwknop/{fwknop-2.6.9.ebuild => fwknop-2.6.9-r1.ebuild} | 7 ++----- 1 file 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 similarity index 95% rename from net-firewall/fwknop/fwknop-2.6.9.ebuild rename to net-firewall/fwknop/fwknop-2.6.9-r1.ebuild index efd4d5010ce..5c86df5bfb0 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 ) )
