diff options
author | Brian Evans <grknight@gentoo.org> | 2022-06-28 21:24:14 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-06-28 21:24:14 -0400 |
commit | 8bf82ab70e81e2852e7249dfc30b8d246020e866 (patch) | |
tree | 1b8b145295ca92900848de023cd22546355978f1 /dev-php | |
parent | dev-python/osc-lib: Stabilize 2.6.0 ALLARCHES, #854942 (diff) | |
download | gentoo-8bf82ab70e81e2852e7249dfc30b8d246020e866.tar.gz gentoo-8bf82ab70e81e2852e7249dfc30b8d246020e866.tar.bz2 gentoo-8bf82ab70e81e2852e7249dfc30b8d246020e866.zip |
dev-php/pecl-apcu: Drop old PHP targets
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-apcu/pecl-apcu-5.1.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.21.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.21.ebuild index 76efe265be57..8f7d2af61a28 100644 --- a/dev-php/pecl-apcu/pecl-apcu-5.1.21.ebuild +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS=( NOTICE README.md TECHNOTES.txt ) -USE_PHP="php7-2 php7-3 php7-4 php8-0 php8-1" +USE_PHP="php7-4 php8-0 php8-1" inherit php-ext-pecl-r3 |