diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-10-15 12:00:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-10-15 12:01:10 +0200 |
commit | 935c46e84a1931919607731ab09ebba7b00612f5 (patch) | |
tree | aefe3846bc49733a2f224f51e1d86b69d566aa46 /virtual/pypy3 | |
parent | dev-ruby/rubygems: stable 2.6.14 for hppa, bug #633904 (diff) | |
download | gentoo-935c46e84a1931919607731ab09ebba7b00612f5.tar.gz gentoo-935c46e84a1931919607731ab09ebba7b00612f5.tar.bz2 gentoo-935c46e84a1931919607731ab09ebba7b00612f5.zip |
virtual/pypy3: Add ~x86* to match dev-python/pypy3*
Diffstat (limited to 'virtual/pypy3')
-rw-r--r-- | virtual/pypy3/pypy3-5.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/pypy3/pypy3-5.9.0.ebuild b/virtual/pypy3/pypy3-5.9.0.ebuild index 2f91155101a3..abae0f0599ae 100644 --- a/virtual/pypy3/pypy3-5.9.0.ebuild +++ b/virtual/pypy3/pypy3-5.9.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 DESCRIPTION="A virtual for PyPy3 Python implementation" # pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))' SLOT="0/59" -KEYWORDS="~amd64 ~amd64-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="bzip2 gdbm ncurses sqlite tk" RDEPEND=" |