commit:     492ace3d9e6b65efecb1827effae25e8c95237f2
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 20:40:12 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 20:40:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492ace3d

dev-php/pecl-ps: Fix syntax error wrt bug 627882

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 dev-php/pecl-ps/pecl-ps-1.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/pecl-ps/pecl-ps-1.4.1.ebuild 
b/dev-php/pecl-ps/pecl-ps-1.4.1.ebuild
index 86ad145c8f7..e9eca43623d 100644
--- a/dev-php/pecl-ps/pecl-ps-1.4.1.ebuild
+++ b/dev-php/pecl-ps/pecl-ps-1.4.1.ebuild
@@ -27,7 +27,7 @@ RDEPEND="${DEPEND} php_targets_php5-6? ( 
dev-php/pecl-ps:0[php_targets_php5-6] )
 PHP_EXT_ECONF_ARGS=""
 
 src_prepare() {
-       if use php_targets_php7-0 || use php_target_php7-1 || use 
php_targets_php7-2 ; then
+       if use php_targets_php7-0 || use php_targets_php7-1 || use 
php_targets_php7-2 ; then
                php-ext-source-r3_src_prepare
        else
                default_src_prepare
@@ -35,7 +35,7 @@ src_prepare() {
 }
 
 src_install() {
-       if use php_targets_php7-0 || use php_target_php7-1 || use 
php_targets_php7-2 ; then
+       if use php_targets_php7-0 || use php_targets_php7-1 || use 
php_targets_php7-2 ; then
                php-ext-pecl-r3_src_install
        fi
 }

Reply via email to