summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-01 11:58:21 +0100
committerSam James <sam@gentoo.org>2023-05-01 11:58:30 +0100
commitedbc15ab2f0f896a017062f22411d2aa823165c0 (patch)
tree529f229a1baa90dd60f48b4aa287a77bb217af13 /dev-util
parentdev-util/scanmem: enable py3.11 (diff)
downloadgentoo-edbc15ab2f0f896a017062f22411d2aa823165c0.tar.gz
gentoo-edbc15ab2f0f896a017062f22411d2aa823165c0.tar.bz2
gentoo-edbc15ab2f0f896a017062f22411d2aa823165c0.zip
dev-util/catalyst: enable py3.11
Closes: https://bugs.gentoo.org/896920 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/catalyst/catalyst-3.0.22-r1.ebuild4
-rw-r--r--dev-util/catalyst/catalyst-9999.ebuild4
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}