Skip to content

Commit

Permalink
dev-php/pecl-ps: Fix syntax error wrt bug 627882
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.7, Repoman-2.3.3
  • Loading branch information
Brian Evans committed Aug 14, 2017
1 parent ecb066d commit 492ace3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-php/pecl-ps/pecl-ps-1.4.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ 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
fi
}

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
}

0 comments on commit 492ace3

Please sign in to comment.