summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-06-04 17:51:34 -0400
committerSam James <sam@gentoo.org>2024-06-06 01:44:37 +0100
commit3d52e42ce861ccd34f033c2f94c0cfaef7ac4211 (patch)
treec2aa926c6b74baec88755b37d1765c72c2dd7445
parentdev-util/re2c: drop old (diff)
downloadgentoo-3d52e42ce861ccd34f033c2f94c0cfaef7ac4211.tar.gz
gentoo-3d52e42ce861ccd34f033c2f94c0cfaef7ac4211.tar.bz2
gentoo-3d52e42ce861ccd34f033c2f94c0cfaef7ac4211.zip
dev-util/ctags: enable py3.12
Only needed for tests, tests pass. Closes: https://bugs.gentoo.org/929531 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-util/ctags/ctags-20230423.0.ebuild4
-rw-r--r--dev-util/ctags/ctags-99999999.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/ctags/ctags-20230423.0.ebuild b/dev-util/ctags/ctags-20230423.0.ebuild
index 8495c309d37d..977a501d0fd6 100644
--- a/dev-util/ctags/ctags-20230423.0.ebuild
+++ b/dev-util/ctags/ctags-20230423.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit autotools python-any-r1
DESCRIPTION="Exuberant Ctags creates tags files for code browsing in editors"
diff --git a/dev-util/ctags/ctags-99999999.ebuild b/dev-util/ctags/ctags-99999999.ebuild
index 7eff8886e369..bf01eeb1c958 100644
--- a/dev-util/ctags/ctags-99999999.ebuild
+++ b/dev-util/ctags/ctags-99999999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit autotools python-any-r1
DESCRIPTION="Exuberant Ctags creates tags files for code browsing in editors"