diff options
author | Sam James <sam@gentoo.org> | 2024-10-03 10:34:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-03 10:35:16 +0100 |
commit | f2a50aa218dd945aa73b22abb6afa67fd55a2194 (patch) | |
tree | f7b80760fae7a664efd5a536a38ad0affe17552b /dev-debug/gdb | |
parent | app-forensics/aflplusplus: enable py3.13 (diff) | |
download | gentoo-f2a50aa218dd945aa73b22abb6afa67fd55a2194.tar.gz gentoo-f2a50aa218dd945aa73b22abb6afa67fd55a2194.tar.bz2 gentoo-f2a50aa218dd945aa73b22abb6afa67fd55a2194.zip |
dev-debug/gdb: enable py3.13
The necessary commits are in >=15.1.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug/gdb')
-rw-r--r-- | dev-debug/gdb/gdb-15.2-r100.ebuild | 2 | ||||
-rw-r--r-- | dev-debug/gdb/gdb-15.2.ebuild | 2 | ||||
-rw-r--r-- | 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}} |