From: Brian Evans Date: Thu, 15 Aug 2019 16:16:21 +0000 (-0400) Subject: dev-php/pecl-apcu: 4.0.x - Fix double EPREFIX, drop 7.0 reference X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=10a34379bcc3a5f05d20827747f79708b65ad94a;p=gentoo.git dev-php/pecl-apcu: 4.0.x - Fix double EPREFIX, drop 7.0 reference Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Brian Evans --- diff --git a/dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild b/dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild index 42b9c3615bf7..f755261e9186 100644 --- a/dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild +++ b/dev-php/pecl-apcu/pecl-apcu-4.0.11.ebuild @@ -8,7 +8,7 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS=( NOTICE README.md TECHNOTES.txt TODO ) -USE_PHP="php5-6 php7-0 php7-1" +USE_PHP="php5-6 php7-1 php7-2 php7-3" inherit php-ext-pecl-r3 @@ -23,8 +23,9 @@ IUSE="+mmap" DEPEND="" PDEPEND=" -php_targets_php7-0? ( dev-php/pecl-apcu:7[php_targets_php7-0] ) php_targets_php7-1? ( dev-php/pecl-apcu:7[php_targets_php7-1] ) +php_targets_php7-2? ( dev-php/pecl-apcu:7[php_targets_php7-2] ) +php_targets_php7-3? ( dev-php/pecl-apcu:7[php_targets_php7-3] ) " LOCKS="pthreadmutex pthreadrw spinlock semaphore" @@ -63,7 +64,7 @@ src_install() { if use php_targets_php5-6 ; then php-ext-pecl-r3_src_install - insinto "${PHP_EXT_SHARED_DIR}" + insinto "${PHP_EXT_SHARED_DIR#$EPREFIX}" doins apc.php fi }