diff options
Diffstat (limited to 'dev-php/pecl-apcu/pecl-apcu-5.1.22.ebuild')
| -rw-r--r-- | dev-php/pecl-apcu/pecl-apcu-5.1.22.ebuild | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.22.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.22.ebuild index ee48a184ed83..4181f3441b39 100644 --- a/dev-php/pecl-apcu/pecl-apcu-5.1.22.ebuild +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 PHP_EXT_INI="yes" PHP_EXT_NAME="apcu" PHP_EXT_ZENDEXT="no" -USE_PHP="php7-4 php8-0 php8-1 php8-2" +USE_PHP="php8-0 php8-1 php8-2" inherit php-ext-pecl-r3 @@ -26,16 +26,6 @@ REQUIRED_USE="^^ ( $LUSE )" DOCS=( NOTICE README.md TECHNOTES.txt ) -src_prepare() { - php-ext-source-r3_src_prepare - - # Remove broken tests from php 7.4 due to trivial output differences - if use php_targets_php7-4 ; then - php_init_slot_env "php7.4" - rm "${PHP_EXT_S}"/tests/apc_entry_00{2,3}.phpt || die - fi -} - src_configure() { local PHP_EXT_ECONF_ARGS=( --enable-apcu |
