commit: 0be531f69a84588ff8712fb80bee2654a6061654 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Wed Oct 5 14:30:00 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Wed Oct 5 14:31:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be531f6
sci-libs/kissfft: enable py3.10, py3.11 and disable py3.7 Closes: https://bugs.gentoo.org/846266 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sci-libs/kissfft/kissfft-131.1.0.ebuild | 4 ++-- sci-libs/kissfft/kissfft-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/kissfft/kissfft-131.1.0.ebuild b/sci-libs/kissfft/kissfft-131.1.0.ebuild index 76993eb680fd..900a50486450 100644 --- a/sci-libs/kissfft/kissfft-131.1.0.ebuild +++ b/sci-libs/kissfft/kissfft-131.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit cmake python-any-r1 toolchain-funcs @@ -33,7 +33,7 @@ DEPEND=" " python_check_deps() { - has_version -d "dev-python/numpy[${PYTHON_USEDEP}]" + python_has_version -d "dev-python/numpy[${PYTHON_USEDEP}]" } pkg_pretend() { diff --git a/sci-libs/kissfft/kissfft-9999.ebuild b/sci-libs/kissfft/kissfft-9999.ebuild index bc06fee4c8e0..814cce24e11a 100644 --- a/sci-libs/kissfft/kissfft-9999.ebuild +++ b/sci-libs/kissfft/kissfft-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit cmake python-any-r1 toolchain-funcs @@ -33,7 +33,7 @@ DEPEND=" " python_check_deps() { - has_version -d "dev-python/numpy[${PYTHON_USEDEP}]" + python_has_version -d "dev-python/numpy[${PYTHON_USEDEP}]" } pkg_pretend() {