mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 22:01:11 +02:00
gdb-dashboard: fix required use, bump python
This commit is contained in:
parent
0e1614c0b6
commit
da66803cf5
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue