Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pypy3/
Date: Sun, 15 Oct 2017 10:01:20
Message-Id: 1508061670.935c46e84a1931919607731ab09ebba7b00612f5.mgorny@gentoo
1 commit: 935c46e84a1931919607731ab09ebba7b00612f5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 15 10:00:51 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 15 10:01:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935c46e8
7
8 virtual/pypy3: Add ~x86* to match dev-python/pypy3*
9
10 virtual/pypy3/pypy3-5.9.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/virtual/pypy3/pypy3-5.9.0.ebuild b/virtual/pypy3/pypy3-5.9.0.ebuild
14 index 2f91155101a..abae0f0599a 100644
15 --- a/virtual/pypy3/pypy3-5.9.0.ebuild
16 +++ b/virtual/pypy3/pypy3-5.9.0.ebuild
17 @@ -6,7 +6,7 @@ EAPI=6
18 DESCRIPTION="A virtual for PyPy3 Python implementation"
19 # pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))'
20 SLOT="0/59"
21 -KEYWORDS="~amd64 ~amd64-linux"
22 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
23 IUSE="bzip2 gdbm ncurses sqlite tk"
24
25 RDEPEND="