summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-04-03 20:15:25 +0200
committerMichał Górny <mgorny@gentoo.org>2024-04-03 20:51:03 +0200
commit93ece7d0e14c51e07740d46240a0fef8ed2d7ff3 (patch)
treebaf921149185f109859b3de7c747a76a0ce989ea /dev-python
parentdev-python/numpy: Remove old (diff)
downloadgentoo-93ece7d0e14c51e07740d46240a0fef8ed2d7ff3.tar.gz
gentoo-93ece7d0e14c51e07740d46240a0fef8ed2d7ff3.tar.bz2
gentoo-93ece7d0e14c51e07740d46240a0fef8ed2d7ff3.zip
dev-python/numpy: Set subslot for 2 due to ABI change
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/numpy/numpy-2.0.0_rc1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/numpy/numpy-2.0.0_rc1.ebuild b/dev-python/numpy/numpy-2.0.0_rc1.ebuild
index ef4c58ca976f..de0e0306f005 100644
--- a/dev-python/numpy/numpy-2.0.0_rc1.ebuild
+++ b/dev-python/numpy/numpy-2.0.0_rc1.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
"
LICENSE="BSD"
-SLOT="0"
+SLOT="0/2"
# +lapack because the internal fallbacks are pretty slow. Building without blas
# is barely supported anyway, see bug #914358.
IUSE="+lapack"