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: Wed, 06 May 2020 06:41:21
Message-Id: 1588747199.d9809d400e42520c562026fc64faf5626370bfa9.slyfox@gentoo
1 commit: d9809d400e42520c562026fc64faf5626370bfa9
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 06:39:59 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 06:39:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9809d40
7
8 dev-python/virtualenv: keyworded 20.0.18 for ppc, bug #700918
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 RepoMan-Options: --include-arches="ppc"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-python/virtualenv/virtualenv-20.0.18.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/virtualenv/virtualenv-20.0.18.ebuild b/dev-python/virtualenv/virtualenv-20.0.18.ebuild
18 index 8ff9d70c19c..3bc6dde6c8b 100644
19 --- a/dev-python/virtualenv/virtualenv-20.0.18.ebuild
20 +++ b/dev-python/virtualenv/virtualenv-20.0.18.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 ~x86"
26 +KEYWORDS="~amd64 ~ppc ~x86"
27 SLOT="0"
28 IUSE="test"
29 RESTRICT="!test? ( test )"