diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-06-09 19:25:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-06-10 01:09:45 +0200 |
commit | 89a045f184465ce4cb5b0741d20dcbe7c95b0f3e (patch) | |
tree | f88bc9fb11853d1187b01c2b657449592ef4428b /virtual/pypy3 | |
parent | app-text/ghostscript-gpl: Version bump with a new patchset. Fixes a lot of bu... (diff) | |
download | gentoo-89a045f184465ce4cb5b0741d20dcbe7c95b0f3e.tar.gz gentoo-89a045f184465ce4cb5b0741d20dcbe7c95b0f3e.tar.bz2 gentoo-89a045f184465ce4cb5b0741d20dcbe7c95b0f3e.zip |
virtual/pypy3: Remove ~x86 (broken) from 5.7+
Diffstat (limited to 'virtual/pypy3')
-rw-r--r-- | virtual/pypy3/pypy3-5.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/pypy3/pypy3-5.7.1.ebuild b/virtual/pypy3/pypy3-5.7.1.ebuild index 727f7d6c1120..fd00797851f9 100644 --- a/virtual/pypy3/pypy3-5.7.1.ebuild +++ b/virtual/pypy3/pypy3-5.7.1.ebuild @@ -6,7 +6,7 @@ EAPI=6 DESCRIPTION="A virtual for PyPy3 Python implementation" # XX from pypy3-XX.so module suffix SLOT="0/57" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~amd64-linux" IUSE="bzip2 gdbm ncurses sqlite tk" RDEPEND=" |