summaryrefslogtreecommitdiff
path: root/dev-php/pecl-memcache/pecl-memcache-8.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/pecl-memcache/pecl-memcache-8.0-r1.ebuild')
-rw-r--r--dev-php/pecl-memcache/pecl-memcache-8.0-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-php/pecl-memcache/pecl-memcache-8.0-r1.ebuild b/dev-php/pecl-memcache/pecl-memcache-8.0-r1.ebuild
index ec0fa315424c..fc0048196784 100644
--- a/dev-php/pecl-memcache/pecl-memcache-8.0-r1.ebuild
+++ b/dev-php/pecl-memcache/pecl-memcache-8.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -9,7 +9,7 @@ PHP_EXT_NEEDED_USE="session(-)?"
DOCS=( README example.php )
HTML_DOCS=( memcache.php )
-USE_PHP="php7-3 php7-4 php8-0 php8-1"
+USE_PHP="php7-4 php8-0 php8-1"
inherit php-ext-pecl-r3
@@ -27,7 +27,6 @@ DEPEND="
php_targets_php8-1? ( sys-libs/zlib )
"
RDEPEND="${DEPEND}
- php_targets_php7-3? ( dev-php/pecl-memcache:7[php_targets_php7-3(-)?] )
php_targets_php7-4? ( dev-php/pecl-memcache:7[php_targets_php7-4(-)?] )
"