summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-20 21:06:35 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-20 21:07:04 +0200
commit4499dfcbf04630058fb854c071d5d7710b00e4e8 (patch)
tree5d15d70f6965d7c4244c7c8621fc02a4b98602b2
parentapp-editors/emacs: drop 29.2-r2 (diff)
downloadgentoo-4499dfcbf04630058fb854c071d5d7710b00e4e8.tar.gz
gentoo-4499dfcbf04630058fb854c071d5d7710b00e4e8.tar.bz2
gentoo-4499dfcbf04630058fb854c071d5d7710b00e4e8.zip
dev-python/pygame: Require <dev-python/numpy-2
Tests definitely fail with >=dev-python/numpy-2. They involve some overflow errors that may indicate runtime incompatibility as well. Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pygame/pygame-2.5.2-r2.ebuild (renamed from dev-python/pygame/pygame-2.5.2-r1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pygame/pygame-2.5.2-r1.ebuild b/dev-python/pygame/pygame-2.5.2-r2.ebuild
index 077556ead05f..8229c9fa5e6d 100644
--- a/dev-python/pygame/pygame-2.5.2-r1.ebuild
+++ b/dev-python/pygame/pygame-2.5.2-r2.ebuild
@@ -27,7 +27,7 @@ IUSE="examples opengl test X"
RESTRICT="!test? ( test )"
RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
+ <dev-python/numpy-2[${PYTHON_USEDEP}]
media-libs/freetype
media-libs/libjpeg-turbo:=
media-libs/libpng:=