Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pip/
Date: Mon, 27 Apr 2020 00:45:15
Message-Id: 1587948253.b4531418adc190e2bbf7417cefd349f52dae3f2c.mattst88@gentoo
1 commit: b4531418adc190e2bbf7417cefd349f52dae3f2c
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 26 23:27:33 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 27 00:44:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4531418
7
8 dev-python/pip: Keyword 20.0.2 ppc64, #719700
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-python/pip/pip-20.0.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pip/pip-20.0.2.ebuild b/dev-python/pip/pip-20.0.2.ebuild
16 index 61ed4e21cca..dc4e60cb933 100644
17 --- a/dev-python/pip/pip-20.0.2.ebuild
18 +++ b/dev-python/pip/pip-20.0.2.ebuild
19 @@ -25,7 +25,7 @@ SRC_URI="
20 # setuptools & wheel .whl files are required for testing, exact version is not very important.
21
22 LICENSE="MIT"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~sparc ~x86"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
25 SLOT="0"
26 IUSE="test -vanilla"