Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 561218 - net-misc/wget-1.16.3-r2: REQUIRED_USE="?? ( gnutls libressl )" noneffective
Summary: net-misc/wget-1.16.3-r2: REQUIRED_USE="?? ( gnutls libressl )" noneffective
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-22 23:41 UTC by Arfrever Frehtes Taifersar Arahesis
Modified: 2015-09-23 02:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis 2015-09-22 23:41:05 UTC
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=311516b5b875c60eda5579eae21a3b9adc5bbcff added wget-1.16.3-r2.ebuild with REQUIRED_USE="?? ( gnutls libressl )", which is overriden by later assignment of this variable (inherited from older ebuilds).

$ grep REQUIRED_USE= wget-1.16.3-r2.ebuild
REQUIRED_USE="?? ( gnutls libressl )"
REQUIRED_USE="ntlm? ( !gnutls ssl ) gnutls? ( ssl )"
Comment 1 SpanKY gentoo-dev 2015-09-23 02:40:21 UTC
it's also invalid as ?? is new to EAPI=5.  i rewrote it like so:
http://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7c7949830cc0bd1022e4f1dc8efe374ada818e7