commit:     f2a50aa218dd945aa73b22abb6afa67fd55a2194
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  3 09:34:56 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct  3 09:35:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a50aa2

dev-debug/gdb: enable py3.13

The necessary commits are in >=15.1.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-debug/gdb/gdb-15.2-r100.ebuild | 2 +-
 dev-debug/gdb/gdb-15.2.ebuild      | 2 +-
 dev-debug/gdb/gdb-9999.ebuild      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-debug/gdb/gdb-15.2-r100.ebuild 
b/dev-debug/gdb/gdb-15.2-r100.ebuild
index 4d5d83a579f7..7cb1e790e326 100644
--- a/dev-debug/gdb/gdb-15.2-r100.ebuild
+++ b/dev-debug/gdb/gdb-15.2-r100.ebuild
@@ -7,7 +7,7 @@ EAPI=8
 # tips & notes.
 
 GUILE_COMPAT=( 2-2 3-0 )
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 inherit flag-o-matic guile-single python-single-r1 strip-linguas 
toolchain-funcs
 
 export CTARGET=${CTARGET:-${CHOST}}

diff --git a/dev-debug/gdb/gdb-15.2.ebuild b/dev-debug/gdb/gdb-15.2.ebuild
index 8297c3cf4180..77231a3d5a7e 100644
--- a/dev-debug/gdb/gdb-15.2.ebuild
+++ b/dev-debug/gdb/gdb-15.2.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 # See https://sourceware.org/gdb/wiki/DistroAdvice for general packaging
 # tips & notes.
 
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 inherit flag-o-matic python-single-r1 strip-linguas toolchain-funcs
 
 export CTARGET=${CTARGET:-${CHOST}}

diff --git a/dev-debug/gdb/gdb-9999.ebuild b/dev-debug/gdb/gdb-9999.ebuild
index 90eaaa3ee62d..02518991189f 100644
--- a/dev-debug/gdb/gdb-9999.ebuild
+++ b/dev-debug/gdb/gdb-9999.ebuild
@@ -7,7 +7,7 @@ EAPI=8
 # tips & notes.
 
 GUILE_COMPAT=( 2-2 3-0 )
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 inherit flag-o-matic guile-single python-single-r1 strip-linguas 
toolchain-funcs
 
 export CTARGET=${CTARGET:-${CHOST}}

Reply via email to