diff options
author | 2021-05-19 22:06:01 +0200 | |
---|---|---|
committer | 2021-05-19 22:06:01 +0200 | |
commit | e46492c48c31eee58f2dc73463922d6ad14b9ade (patch) | |
tree | dce192ec971bcf0aaa15e3c2c3b82b8d4af97eea | |
parent | dev-python/pandas: amd64 stable wrt bug #790920 (diff) | |
download | gentoo-e46492c48c31eee58f2dc73463922d6ad14b9ade.tar.gz gentoo-e46492c48c31eee58f2dc73463922d6ad14b9ade.tar.bz2 gentoo-e46492c48c31eee58f2dc73463922d6ad14b9ade.zip |
dev-python/pypy3: amd64 stable wrt bug #790938
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | dev-python/pypy3/pypy3-7.3.4_p1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypy3/pypy3-7.3.4_p1.ebuild b/dev-python/pypy3/pypy3-7.3.4_p1.ebuild index 7e7ed8f9cc20..524b16558e79 100644 --- a/dev-python/pypy3/pypy3-7.3.4_p1.ebuild +++ b/dev-python/pypy3/pypy3-7.3.4_p1.ebuild @@ -20,7 +20,7 @@ LICENSE="MIT" # pypy3 -c 'import sysconfig; print(sysconfig.get_config_var("SOABI"))' # also check pypy/interpreter/pycode.py -> pypy_incremental_magic SLOT="0/pypy37-pp73" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="bzip2 gdbm +jit ncurses sqlite test tk" # pypy3.7 is in alpha state and a lot of tests are failing RESTRICT="test" |