projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fbc459
)
dev-libs/zziplib: add pkg_setup
author
Bernd Waibel
<waebbl@gmail.com>
Thu, 2 Apr 2020 21:39:36 +0000
(23:39 +0200)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Sun, 5 Apr 2020 19:47:16 +0000
(21:47 +0200)
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>
dev-libs/zziplib/zziplib-0.13.69-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-libs/zziplib/zziplib-0.13.69-r1.ebuild
b/dev-libs/zziplib/zziplib-0.13.69-r1.ebuild
index 78a94192c4a9807f55098499bce1893d122c0ed6..852084f7d26c8389c8f2890b9d4a4cd427d5ba89 100644
(file)
--- 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