Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pip/
Date: Sat, 30 May 2020 20:04:23
Message-Id: 1590869027.26ea57fa0d85555bd4e18079e662604b9633416f.slyfox@gentoo
1 commit: 26ea57fa0d85555bd4e18079e662604b9633416f
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 30 20:03:47 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 20:03:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ea57fa
7
8 dev-python/pip: keyworded 20.1.1 for ia64, bug #719700
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 RepoMan-Options: --include-arches="ia64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-python/pip/pip-20.1.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/pip/pip-20.1.1.ebuild b/dev-python/pip/pip-20.1.1.ebuild
18 index 1394a8e4f4f..bd09d2d81f6 100644
19 --- a/dev-python/pip/pip-20.1.1.ebuild
20 +++ b/dev-python/pip/pip-20.1.1.ebuild
21 @@ -25,7 +25,7 @@ SRC_URI="
22 # setuptools & wheel .whl files are required for testing, exact version is not very important.
23
24 LICENSE="MIT"
25 -KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
26 +KEYWORDS="~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
27 SLOT="0"
28 IUSE="test -vanilla"