Skip to content

Commit

Permalink
dev-libs/zziplib: call python-any-r1_pkg_setup for tests
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Sep 14, 2020
1 parent 9aa5f76 commit 472a836
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dev-libs/zziplib/zziplib-0.13.71_p20200419.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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="
Expand All @@ -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() {
Expand Down

0 comments on commit 472a836

Please sign in to comment.