mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
app-admin/github-backup-utils: pkgcheck fixes
Signed-off-by: William Hubbs <williamh@gentoo.org>
This commit is contained in:
@@ -26,15 +26,15 @@ RDEPEND="app-misc/jq
|
||||
sys-apps/moreutils"
|
||||
|
||||
# tests invoke parallel & rsync
|
||||
DEPEND="test? (
|
||||
${RDEPEND}
|
||||
dev-util/checkbashisms
|
||||
${PYTHON_DEPS}
|
||||
)"
|
||||
# DEPEND="test? (
|
||||
# ${RDEPEND}
|
||||
# dev-util/checkbashisms
|
||||
# ${PYTHON_DEPS}
|
||||
#)"
|
||||
|
||||
pkg_setup() {
|
||||
use test && python-any-r1_pkg_setup
|
||||
}
|
||||
# pkg_setup() {
|
||||
# use test && python-any-r1_pkg_setup
|
||||
#}
|
||||
|
||||
src_compile() {
|
||||
:;
|
||||
|
||||
Reference in New Issue
Block a user