mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
gdb-dashboard: pkgcheck fixes
This commit is contained in:
parent
7dcd22c300
commit
675e4a7067
3 changed files with 7 additions and 3 deletions
|
|
@ -23,7 +23,8 @@ SLOT="0"
|
|||
|
||||
RDEPEND="
|
||||
$(python_gen_cond_dep 'dev-python/pygments[${PYTHON_USEDEP}]')
|
||||
dev-debug/gdb[python]"
|
||||
dev-debug/gdb[python]
|
||||
${PYTHON_DEPS}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
pkg_setup() {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,10 @@
|
|||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
<email>noone@pentoo.org</email>
|
||||
<name>No One</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">cyrus-and/gdb-dashboard</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
Loading…
Reference in a new issue