summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-02 23:54:31 +0000
committerSam James <sam@gentoo.org>2021-06-03 19:14:48 +0000
commit8ef606c66be723857e715573f9ba2e17ea9e4427 (patch)
treea492f161916e8e089690c5b94bc322b65ed4c6d7 /dev-python/pip
parentdev-lisp/clisp: fix BadDefaultUseFlags (diff)
downloadgentoo-8ef606c66be723857e715573f9ba2e17ea9e4427.tar.gz
gentoo-8ef606c66be723857e715573f9ba2e17ea9e4427.tar.bz2
gentoo-8ef606c66be723857e715573f9ba2e17ea9e4427.zip
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 <sam@gentoo.org>
Diffstat (limited to 'dev-python/pip')
-rw-r--r--dev-python/pip/pip-21.1.1.ebuild2
-rw-r--r--dev-python/pip/pip-21.1.2.ebuild2
2 files changed, 2 insertions, 2 deletions
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="