projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3cd1c2
)
dev-php/pecl-propro: Fix EAPI6 build error when php7-0 is off
author
Brian Evans
<grknight@gentoo.org>
Tue, 23 Aug 2016 20:52:55 +0000
(16:52 -0400)
committer
Brian Evans
<grknight@gentoo.org>
Tue, 23 Aug 2016 20:58:16 +0000
(16:58 -0400)
Package-Manager: portage-2.3.0
dev-php/pecl-propro/pecl-propro-2.0.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-php/pecl-propro/pecl-propro-2.0.1.ebuild
b/dev-php/pecl-propro/pecl-propro-2.0.1.ebuild
index 47515e08354590faf458d86f6bc25e4c950765ab..e1e63f10779fbd57cd3debc41d7b37796203ec2c 100644
(file)
--- a/
dev-php/pecl-propro/pecl-propro-2.0.1.ebuild
+++ b/
dev-php/pecl-propro/pecl-propro-2.0.1.ebuild
@@
-23,3
+23,11
@@
SLOT="7"
IUSE=""
RDEPEND="php_targets_php5-6? ( ${CATEGORY}/${PN}:0[php_targets_php5-6] )"
+
+src_prepare() {
+ if use php_targets_php7-0 ; then
+ php-ext-source-r3_src_prepare
+ else
+ default_src_prepare
+ fi
+}