commit: cc9c33590303cc1f4215091d9850e1f7de55e42f Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Tue Jun 18 15:43:22 2024 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Tue Jun 18 15:43:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc9c3359
app-admin/github-backup-utils: pkgcheck fixes Signed-off-by: William Hubbs <williamh <AT> gentoo.org> .../github-backup-utils-3.12.3.ebuild | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app-admin/github-backup-utils/github-backup-utils-3.12.3.ebuild b/app-admin/github-backup-utils/github-backup-utils-3.12.3.ebuild index 04bd0f28dfae..f1d91b23d18a 100644 --- a/app-admin/github-backup-utils/github-backup-utils-3.12.3.ebuild +++ b/app-admin/github-backup-utils/github-backup-utils-3.12.3.ebuild @@ -26,15 +26,15 @@ RDEPEND="app-misc/jq sys-apps/moreutils" # tests invoke parallel & rsync -DEPEND="test? ( - ${RDEPEND} - dev-util/checkbashisms - ${PYTHON_DEPS} -)" - -pkg_setup() { - use test && python-any-r1_pkg_setup -} +# DEPEND="test? ( +# ${RDEPEND} +# dev-util/checkbashisms +# ${PYTHON_DEPS} +#)" + +# pkg_setup() { +# use test && python-any-r1_pkg_setup +#} src_compile() { :;