commit:     e810f229de38643d7e6f34514002bbc0b12b859b
Author:     Jordan Yelloz <jordan <AT> yelloz <DOT> me>
AuthorDate: Sun Aug  4 15:03:01 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Wed Aug  7 10:23:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e810f229

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

Signed-off-by: Jordan Yelloz <jordan <AT> yelloz.me>
Closes: https://github.com/gentoo/guru/pull/223
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>

 dev-debug/gdb-dashboard/gdb-dashboard-0.17.2.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-debug/gdb-dashboard/gdb-dashboard-0.17.2.ebuild 
b/dev-debug/gdb-dashboard/gdb-dashboard-0.17.2.ebuild
index 2645a724c..54a66c050 100644
--- a/dev-debug/gdb-dashboard/gdb-dashboard-0.17.2.ebuild
+++ b/dev-debug/gdb-dashboard/gdb-dashboard-0.17.2.ebuild
@@ -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() {

Reply via email to