From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 38C1E58973 for ; Fri, 22 Jan 2016 06:14:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81AFFE0864; Fri, 22 Jan 2016 06:14:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CDEDE0864 for ; Fri, 22 Jan 2016 06:14:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0BD81340894 for ; Fri, 22 Jan 2016 06:14:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14E6F1017 for ; Fri, 22 Jan 2016 06:14:19 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1453443233.2c8e2af9a675866b1756e67301fa708dd52c83f7.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pip/pip-8.0.0-r1.ebuild X-VCS-Directories: dev-python/pip/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 2c8e2af9a675866b1756e67301fa708dd52c83f7 X-VCS-Branch: master Date: Fri, 22 Jan 2016 06:14:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bdecc988-f8e9-4447-af36-7b500530845b X-Archives-Hash: 29605371adce51a9900521436fe1351d commit: 2c8e2af9a675866b1756e67301fa708dd52c83f7 Author: Matthew Thode gentoo org> AuthorDate: Fri Jan 22 06:13:53 2016 +0000 Commit: Matt Thode gentoo 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