From e094914ab5463662f6c40682fa83e6d8a5ff407a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Bissey?= Date: Mon, 11 Nov 2024 22:18:59 +1300 Subject: [PATCH] sci-mathematics/sagemath-objects: gmpy -> gmpy2 renaming --- sci-mathematics/sagemath-objects/sagemath-objects-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/sagemath-objects/sagemath-objects-9999.ebuild b/sci-mathematics/sagemath-objects/sagemath-objects-9999.ebuild index bc4550416..5eb887e98 100644 --- a/sci-mathematics/sagemath-objects/sagemath-objects-9999.ebuild +++ b/sci-mathematics/sagemath-objects/sagemath-objects-9999.ebuild @@ -28,7 +28,7 @@ RESTRICT="test" DEPEND="~sci-mathematics/sage_setup-${PV}[${PYTHON_USEDEP}] ~sci-mathematics/sagemath-environment-${PV}[${PYTHON_USEDEP}] - dev-python/gmpy[${PYTHON_USEDEP}] + dev-python/gmpy2[${PYTHON_USEDEP}] dev-python/cysignals[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"