From 443c004a3c9f230f9aa6184218cc1e8764f57b89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Bissey?= Date: Mon, 11 Nov 2024 22:19:25 +1300 Subject: [PATCH] sci-mathematics/sagemath-categories: gmpy -> gmpy2 renaming --- .../sagemath-categories/sagemath-categories-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/sagemath-categories/sagemath-categories-9999.ebuild b/sci-mathematics/sagemath-categories/sagemath-categories-9999.ebuild index 9a5a1b8cf..e1f391274 100644 --- a/sci-mathematics/sagemath-categories/sagemath-categories-9999.ebuild +++ b/sci-mathematics/sagemath-categories/sagemath-categories-9999.ebuild @@ -29,7 +29,7 @@ RESTRICT="test" DEPEND="~sci-mathematics/sage_setup-${PV}[${PYTHON_USEDEP}] ~sci-mathematics/sagemath-environment-${PV}[${PYTHON_USEDEP}] ~sci-mathematics/sagemath-objects-${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}]"