dev-debug/gdb-dashboard: enable py3.12

Signed-off-by: Jordan Yelloz <jordan@yelloz.me>
Closes: https://github.com/gentoo/guru/pull/223
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Jordan Yelloz
2024-08-04 09:03:01 -06:00
committed by Lucio Sauer
parent 07e54ac272
commit e810f229de

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit python-single-r1 optfeature wrapper
@@ -21,7 +21,10 @@ fi
LICENSE="MIT"
SLOT="0"
RDEPEND="dev-debug/gdb[python]"
RDEPEND="
dev-debug/gdb[python]
${PYTHON_DEPS}
"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
pkg_setup() {