commit: edbc15ab2f0f896a017062f22411d2aa823165c0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon May 1 10:58:21 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 1 10:58:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edbc15ab
dev-util/catalyst: enable py3.11 Closes: https://bugs.gentoo.org/896920 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/catalyst/catalyst-3.0.22-r1.ebuild | 4 ++-- dev-util/catalyst/catalyst-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/catalyst/catalyst-3.0.22-r1.ebuild b/dev-util/catalyst/catalyst-3.0.22-r1.ebuild index fee73e953a7f..1c81713146c4 100644 --- a/dev-util/catalyst/catalyst-3.0.22-r1.ebuild +++ b/dev-util/catalyst/catalyst-3.0.22-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 ${SRC_ECLASS} diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index 537719e8622a..75ea55a47e53 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 if [[ ${PV} == *9999* ]]; then SRC_ECLASS="git-r3" @@ -12,7 +12,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 linux-info optfeature tmpfiles ${SRC_ECLASS}
