diff options
author | 2021-06-02 23:56:50 +0000 | |
---|---|---|
committer | 2021-06-03 19:15:00 +0000 | |
commit | ed7e00c745704ef015540014c07faa1d9475c6c7 (patch) | |
tree | 1b0d74729036526ee3a8a8bb8a91b0e68dc8db82 /net-libs/onion | |
parent | net-libs/mbedtls: fix BadDefaultUseFlags (diff) | |
download | gentoo-ed7e00c745704ef015540014c07faa1d9475c6c7.tar.gz gentoo-ed7e00c745704ef015540014c07faa1d9475c6c7.tar.bz2 gentoo-ed7e00c745704ef015540014c07faa1d9475c6c7.zip |
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>
Diffstat (limited to 'net-libs/onion')
-rw-r--r-- | net-libs/onion/onion-0.8.ebuild | 2 | ||||
-rw-r--r-- | net-libs/onion/onion-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/onion/onion-0.8.ebuild b/net-libs/onion/onion-0.8.ebuild index 2be5752a9a3d..a283da472b81 100644 --- a/net-libs/onion/onion-0.8.ebuild +++ b/net-libs/onion/onion-0.8.ebuild @@ -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 )" diff --git a/net-libs/onion/onion-9999.ebuild b/net-libs/onion/onion-9999.ebuild index 96a276b10f55..10ba2b76bbf0 100644 --- a/net-libs/onion/onion-9999.ebuild +++ b/net-libs/onion/onion-9999.ebuild @@ -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 )" |