commit: c7c7949830cc0bd1022e4f1dc8efe374ada818e7
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 02:37:05 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 02:37:05 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c79498
net-misc/wget: fix REQUIRED_USE set up #561218
net-misc/wget/wget-1.16.3-r2.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/net-misc/wget/wget-1.16.3-r2.ebuild
b/net-misc/wget/wget-1.16.3-r2.ebuild
index 8d81704..91c2436 100644
--- a/net-misc/wget/wget-1.16.3-r2.ebuild
+++ b/net-misc/wget/wget-1.16.3-r2.ebuild
@@ -15,7 +15,11 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="debug gnutls idn ipv6 libressl nls ntlm pcre +ssl static test uuid zlib"
-REQUIRED_USE="?? ( gnutls libressl )"
+REQUIRED_USE="
+ ntlm? ( !gnutls ssl )
+ libressl? ( !gnutls ssl )
+ gnutls? ( !libressl ssl )
+"
LIB_DEPEND="idn? ( net-dns/libidn[static-libs(+)] )
pcre? ( dev-libs/libpcre[static-libs(+)] )
@@ -40,8 +44,6 @@ DEPEND="${RDEPEND}
)
nls? ( sys-devel/gettext )"
-REQUIRED_USE="ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
-
DOCS=( AUTHORS MAILING-LIST NEWS README doc/sample.wgetrc )
pkg_setup() {