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:
Sam James
2021-06-02 23:56:50 +00:00
parent 2d2947087a
commit ed7e00c745
2 changed files with 2 additions and 2 deletions

View File

@@ -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 )"

View File

@@ -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 )"