diff options
author | Bernd Waibel <waebbl@gmail.com> | 2020-04-02 23:39:36 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-05 21:47:16 +0200 |
commit | ff6cea676da4f54fac65665f8a8a0d4fcbc88274 (patch) | |
tree | ecb4b544ccd665240d0d6752387adedca06fe78f /dev-libs | |
parent | sci-libs/vtk: Fix wrong installation path for libQVTKWidgetPlugin.so (diff) | |
download | gentoo-ff6cea676da4f54fac65665f8a8a0d4fcbc88274.tar.gz gentoo-ff6cea676da4f54fac65665f8a8a0d4fcbc88274.tar.bz2 gentoo-ff6cea676da4f54fac65665f8a8a0d4fcbc88274.zip |
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>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/zziplib/zziplib-0.13.69-r1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-libs/zziplib/zziplib-0.13.69-r1.ebuild b/dev-libs/zziplib/zziplib-0.13.69-r1.ebuild index 78a94192c4a9..852084f7d26c 100644 --- a/dev-libs/zziplib/zziplib-0.13.69-r1.ebuild +++ b/dev-libs/zziplib/zziplib-0.13.69-r1.ebuild @@ -35,6 +35,10 @@ RDEPEND="${DEPEND}" PATCHES=( "${WORKDIR}"/${P}-patches ) +pkg_setup() { + use test && python-any-r1_pkg_setup +} + src_prepare() { default eautoreconf |