diff options
author | Sam James <sam@gentoo.org> | 2020-09-14 01:35:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-14 01:35:34 +0000 |
commit | 472a836c3edc53b9327a040407644dd4892d106f (patch) | |
tree | d300316118ccd02d199db4a19af6ccd24899ea2d | |
parent | dev-libs/zziplib: manpages and cleanup (diff) | |
download | gentoo-472a836c3edc53b9327a040407644dd4892d106f.tar.gz gentoo-472a836c3edc53b9327a040407644dd4892d106f.tar.bz2 gentoo-472a836c3edc53b9327a040407644dd4892d106f.zip |
dev-libs/zziplib: call python-any-r1_pkg_setup for tests
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-libs/zziplib/zziplib-0.13.71_p20200419.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/zziplib/zziplib-0.13.71_p20200419.ebuild b/dev-libs/zziplib/zziplib-0.13.71_p20200419.ebuild index 7928de22d9ec..5f9863b9c3a9 100644 --- a/dev-libs/zziplib/zziplib-0.13.71_p20200419.ebuild +++ b/dev-libs/zziplib/zziplib-0.13.71_p20200419.ebuild @@ -20,12 +20,10 @@ IUSE="doc sdl static-libs test" RESTRICT="!test? ( test )" BDEPEND=" - doc? ( - ${PYTHON_DEPS} - ) + doc? ( ${PYTHON_DEPS} ) test? ( - ${PYTHON_DEPS} app-arch/zip + ${PYTHON_DEPS} ) " DEPEND=" @@ -42,7 +40,9 @@ PATCHES=( ) pkg_setup() { - use test && python-any-r1_pkg_setup + if use doc || use test; then + python-any-r1_pkg_setup + fi } src_configure() { |