diff options
Diffstat (limited to 'dev-php/pecl-memcached/pecl-memcached-3.2.0-r1.ebuild')
-rw-r--r-- | dev-php/pecl-memcached/pecl-memcached-3.2.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/pecl-memcached/pecl-memcached-3.2.0-r1.ebuild b/dev-php/pecl-memcached/pecl-memcached-3.2.0-r1.ebuild index cd2ba2165947..6fd24a25676c 100644 --- a/dev-php/pecl-memcached/pecl-memcached-3.2.0-r1.ebuild +++ b/dev-php/pecl-memcached/pecl-memcached-3.2.0-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PHP_EXT_NAME="memcached" DOCS=( ChangeLog README.markdown ) -USE_PHP="php7-4 php8-0 php8-1" +USE_PHP="php8-0 php8-1" PHP_EXT_NEEDED_USE="json(+)?,session(-)?" MY_P="${PN/pecl-/}-${PV/_rc/RC}" PHP_EXT_PECL_FILENAME="${MY_P}.tgz" @@ -23,7 +23,7 @@ RESTRICT="!test? ( test )" COMMON_DEPEND="|| ( dev-libs/libmemcached-awesome[sasl(-)?] >=dev-libs/libmemcached-1.0.14[sasl(-)?] ) sys-libs/zlib - igbinary? ( dev-php/igbinary[php_targets_php7-4(-)?,php_targets_php8-0(-)?,php_targets_php8-1(-)?] ) + igbinary? ( dev-php/igbinary[php_targets_php8-0(-)?,php_targets_php8-1(-)?] ) " DEPEND="${COMMON_DEPEND}" RDEPEND="${COMMON_DEPEND}" |