From a6ab42fa33d125608a7e70960b4e0855576ec8d2 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Tue, 23 Aug 2016 16:52:55 -0400 Subject: dev-php/pecl-propro: Fix EAPI6 build error when php7-0 is off Package-Manager: portage-2.3.0 --- dev-php/pecl-propro/pecl-propro-2.0.1.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dev-php') 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 47515e083545..e1e63f10779f 100644 --- 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 +} -- cgit v1.2.3-65-gdbad