diff options
| author | Sasha Finkelstein <fnkl.kernel@gmail.com> | 2025-10-31 20:27:48 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-11-01 10:13:45 +0000 |
| commit | ec89cf91324d627e489796d288877a81e89f7368 (patch) | |
| tree | 3efc6391fb97985f59e62bc093b9a9132fef42ae /dev-debug/gdb/gdb-16.3.ebuild | |
| parent | ee1f121ab98a038b9eaae19e1503152e0b3fce3c (diff) | |
| download | gentoo-ec89cf91324d627e489796d288877a81e89f7368.tar.gz gentoo-ec89cf91324d627e489796d288877a81e89f7368.tar.bz2 gentoo-ec89cf91324d627e489796d288877a81e89f7368.zip | |
dev-debug/gdb: Add python3.14 support
Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44408
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.ebuild | 2 |
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 69ce4b12b1d7..e923bc1f4a1e 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_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit flag-o-matic guile-single linux-info python-single-r1 strip-linguas toolchain-funcs export CTARGET=${CTARGET:-${CHOST}} |
