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/virtualenv/
Date: Sat, 30 May 2020 19:37:37
Message-Id: 1590867435.53814233a3b1b9d9940bd91f91c3477d0f6bf632.slyfox@gentoo
1 commit: 53814233a3b1b9d9940bd91f91c3477d0f6bf632
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 30 19:37:15 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat May 30 19:37:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53814233
7
8 dev-python/virtualenv: keyworded 20.0.21 for ia64, bug #700918
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/virtualenv/virtualenv-20.0.21.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/virtualenv/virtualenv-20.0.21.ebuild b/dev-python/virtualenv/virtualenv-20.0.21.ebuild
18 index 15edadfdb16..88ed5ef7442 100644
19 --- a/dev-python/virtualenv/virtualenv-20.0.21.ebuild
20 +++ b/dev-python/virtualenv/virtualenv-20.0.21.ebuild
21 @@ -17,7 +17,7 @@ HOMEPAGE="
22 SRC_URI="https://github.com/pypa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
23
24 LICENSE="MIT"
25 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
26 +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
27 SLOT="0"
28 IUSE="test"
29 RESTRICT="!test? ( test )"