dev-libs/zziplib: add pkg_setup

Package needs it, to ensure that python-any-r1_pkg_setup is only called
when USE=test is set.

Closes: https://bugs.gentoo.org/716028
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Bernd Waibel <waebbl@gmail.com>
See also: https://github.com/gentoo/gentoo/pull/15212
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Bernd Waibel
2020-04-02 23:39:36 +02:00
committed by Andreas Sturmlechner
parent 4fbc459ab2
commit ff6cea676d

View File

@@ -35,6 +35,10 @@ RDEPEND="${DEPEND}"
PATCHES=( "${WORKDIR}"/${P}-patches )
pkg_setup() {
use test && python-any-r1_pkg_setup
}
src_prepare() {
default
eautoreconf