From 8ef606c66be723857e715573f9ba2e17ea9e4427 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 2 Jun 2021 23:54:31 +0000 Subject: dev-python/pip: 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 --- dev-python/pip/pip-21.1.1.ebuild | 2 +- dev-python/pip/pip-21.1.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/pip') diff --git a/dev-python/pip/pip-21.1.1.ebuild b/dev-python/pip/pip-21.1.1.ebuild index 0176ffcc3092..461915435ffe 100644 --- a/dev-python/pip/pip-21.1.1.ebuild +++ b/dev-python/pip/pip-21.1.1.ebuild @@ -30,7 +30,7 @@ SRC_URI=" LICENSE="MIT" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos" SLOT="0" -IUSE="test -vanilla" +IUSE="test vanilla" RESTRICT="!test? ( test )" RDEPEND=" diff --git a/dev-python/pip/pip-21.1.2.ebuild b/dev-python/pip/pip-21.1.2.ebuild index a075eebd7662..8dd2850878c5 100644 --- a/dev-python/pip/pip-21.1.2.ebuild +++ b/dev-python/pip/pip-21.1.2.ebuild @@ -29,7 +29,7 @@ SRC_URI=" LICENSE="MIT" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" SLOT="0" -IUSE="test -vanilla" +IUSE="test vanilla" RESTRICT="!test? ( test )" RDEPEND=" -- cgit v1.2.3-65-gdbad