gdb-dashboard: fix required use, bump python

This commit is contained in:
Rick Farina (Zero_Chaos) 2021-02-14 11:10:49 -05:00
parent 0e1614c0b6
commit da66803cf5
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{7,8,9} )
inherit eutils python-single-r1
@ -24,6 +24,7 @@ SLOT="0"
RDEPEND="
$(python_gen_cond_dep 'dev-python/pygments[${PYTHON_MULTI_USEDEP}]')
sys-devel/gdb[python]"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
pkg_setup() {
python-single-r1_pkg_setup