From f2a50aa218dd945aa73b22abb6afa67fd55a2194 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 3 Oct 2024 10:34:56 +0100 Subject: [PATCH] dev-debug/gdb: enable py3.13 The necessary commits are in >=15.1. Signed-off-by: Sam James --- 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 4d5d83a579f73..7cb1e790e3265 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 8297c3cf41804..77231a3d5a7ef 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 90eaaa3ee62d4..02518991189f6 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}}