mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-libs/onion: fix BadDefaultUseFlags
-foo in IUSE is discouraged. It is equivalent (in every meaningful case) to 'foo' but confuses parsing tools like e.g. packages.gentoo.org. Dropping '-' from these flags has no impact on the actual default behaviour. See: https://devmanual.gentoo.org/general-concepts/use-flags/index.html#iuse-defaults Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -25,7 +25,7 @@ LICENSE="|| ( GPL-2+ Apache-2.0 ) AGPL-3"
|
||||
SLOT="0"
|
||||
IUSE="
|
||||
gnutls pam png jpeg xml systemd sqlite boehm-gc
|
||||
test examples cxx -libev -libevent
|
||||
test examples cxx libev libevent
|
||||
redis
|
||||
"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
@@ -25,7 +25,7 @@ LICENSE="|| ( GPL-2+ Apache-2.0 ) AGPL-3"
|
||||
SLOT="0"
|
||||
IUSE="
|
||||
gnutls pam png jpeg xml systemd sqlite boehm-gc
|
||||
test examples cxx -libev -libevent
|
||||
test examples cxx libev libevent
|
||||
redis
|
||||
"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
Reference in New Issue
Block a user