commit: 2c8e2af9a675866b1756e67301fa708dd52c83f7 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Fri Jan 22 06:13:53 2016 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri Jan 22 06:13:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c8e2af9
dev-python/pip: fixing the glaring bug in pip-8 Package-Manager: portage-2.2.26 dev-python/pip/pip-8.0.0-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pip/pip-8.0.0-r1.ebuild b/dev-python/pip/pip-8.0.0-r1.ebuild index 842b1a9..228e34c 100644 --- a/dev-python/pip/pip-8.0.0-r1.ebuild +++ b/dev-python/pip/pip-8.0.0-r1.ebuild @@ -14,7 +14,8 @@ HOMEPAGE="https://pip.pypa.io/ https://pypi.python.org/pypi/pip/ https://github. SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +# unkeyworded til pip fixes the glaring bug +KEYWORDS="" SLOT="0" # Check pip/_vendor/vendor.txt for this
