summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-09-15 09:52:25 +0200
committerDavid Seifert <soap@gentoo.org>2023-09-15 09:52:25 +0200
commitc69a0af0cf446a84f0f7f4e40f766edb905c0412 (patch)
treed0ff169e86c6bed1e57b6c8d3fb3108673086848 /dev-php/pecl-memcached/pecl-memcached-3.2.0-r1.ebuild
parentdev-lang/php: drop 7.4.33-r4, 7.4.33-r5, 7.4.33-r6 (diff)
downloadgentoo-c69a0af0cf446a84f0f7f4e40f766edb905c0412.tar.gz
gentoo-c69a0af0cf446a84f0f7f4e40f766edb905c0412.tar.bz2
gentoo-c69a0af0cf446a84f0f7f4e40f766edb905c0412.zip
*/*: remove USE=php_targets_php7-4
Closes: https://github.com/gentoo/gentoo/pull/32762 Signed-off-by: David Seifert <soap@gentoo.org>
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.ebuild6
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}"