summaryrefslogtreecommitdiff
path: root/dev-debug/gdb/gdb-16.3.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-07-12 03:11:26 +0100
committerSam James <sam@gentoo.org>2025-07-12 03:11:26 +0100
commit2a3081ec68968344d866aea15038dfc8f3b628f7 (patch)
tree24a00a9b32ca8ef913d95e6f45b2ce0c23658651 /dev-debug/gdb/gdb-16.3.ebuild
parent471137396ce6b0a2352f2ec541643c2b816cc0a0 (diff)
downloadgentoo-2a3081ec68968344d866aea15038dfc8f3b628f7.tar.gz
gentoo-2a3081ec68968344d866aea15038dfc8f3b628f7.tar.bz2
gentoo-2a3081ec68968344d866aea15038dfc8f3b628f7.zip
dev-debug/gdb: disable py3.10
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug/gdb/gdb-16.3.ebuild')
-rw-r--r--dev-debug/gdb/gdb-16.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-debug/gdb/gdb-16.3.ebuild b/dev-debug/gdb/gdb-16.3.ebuild
index 8fa1d9ae0a19..aef4cb572983 100644
--- a/dev-debug/gdb/gdb-16.3.ebuild
+++ b/dev-debug/gdb/gdb-16.3.ebuild
@@ -7,7 +7,7 @@ EAPI=8
# tips & notes.
GUILE_COMPAT=( 2-2 3-0 )
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit flag-o-matic guile-single linux-info python-single-r1 strip-linguas toolchain-funcs
export CTARGET=${CTARGET:-${CHOST}}