commit: ed7e00c745704ef015540014c07faa1d9475c6c7 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jun 2 23:56:50 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 3 19:15:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7e00c7
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 <AT> gentoo.org> net-libs/onion/onion-0.8.ebuild | 2 +- 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 2be5752a9a3..a283da472b8 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 96a276b10f5..10ba2b76bbf 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 )"
