commit: 5f232c1f0526e522ba8ab7731534eb3b8075356d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jul 28 06:40:05 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jul 28 06:40:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f232c1f
sys-devel/gdb: add Python 3.11 Closes: https://bugs.gentoo.org/861272 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/gdb/gdb-12.1-r1.ebuild | 2 +- sys-devel/gdb/gdb-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/gdb/gdb-12.1-r1.ebuild b/sys-devel/gdb/gdb-12.1-r1.ebuild index 993eca47f83f..f75e337dc424 100644 --- a/sys-devel/gdb/gdb-12.1-r1.ebuild +++ b/sys-devel/gdb/gdb-12.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit flag-o-matic python-single-r1 strip-linguas toolchain-funcs export CTARGET=${CTARGET:-${CHOST}} diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild index a431465d7f6a..9a3b277f6524 100644 --- a/sys-devel/gdb/gdb-9999.ebuild +++ b/sys-devel/gdb/gdb-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit flag-o-matic python-single-r1 strip-linguas toolchain-funcs export CTARGET=${CTARGET:-${CHOST}}
