mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
committed by
Lucio Sauer
parent
07e54ac272
commit
e810f229de
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user