diff options
author | James Le Cuirot <chewi@gentoo.org> | 2023-08-25 08:54:50 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2023-08-25 08:54:50 +0100 |
commit | ac52f9eeee67c63dd408edefa38b82f7de0e4ab9 (patch) | |
tree | 161526020b6e652d0ebf4005420a13ca84605f03 /dev-python/numpy | |
parent | net-dialup/minicom: drop 2.8-r3 (diff) | |
download | gentoo-ac52f9eeee67c63dd408edefa38b82f7de0e4ab9.tar.gz gentoo-ac52f9eeee67c63dd408edefa38b82f7de0e4ab9.tar.bz2 gentoo-ac52f9eeee67c63dd408edefa38b82f7de0e4ab9.zip |
dev-python/numpy: Keyword 1.25.2 for ~m68k
Under qemu-m68k, the tests don't hang like on my previous attempt. There are
still 438 failures (and 33733 passes), but they are mostly the kind of failures
we would expect.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-python/numpy')
-rw-r--r-- | dev-python/numpy/numpy-1.25.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/numpy/numpy-1.25.2.ebuild b/dev-python/numpy/numpy-1.25.2.ebuild index 72b67e928b24..1493b6f36e70 100644 --- a/dev-python/numpy/numpy-1.25.2.ebuild +++ b/dev-python/numpy/numpy-1.25.2.ebuild @@ -23,7 +23,7 @@ LICENSE="BSD" SLOT="0" IUSE="lapack" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="amd64 ~arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc ~x86" + KEYWORDS="amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc ~x86" fi RDEPEND=" |