diff options
author | Brian Evans <grknight@gentoo.org> | 2020-12-08 16:39:54 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2020-12-08 16:40:50 -0500 |
commit | eba99ec149d0362094c75b223ea75586d2c13ed8 (patch) | |
tree | 0867924aa3edd77b6c9fe9de7d212318955d3be3 /dev-php/pecl-apcu | |
parent | dev-php/pecl-uuid: Drop 7-1 target; Add 8-0 target (diff) | |
download | gentoo-eba99ec149d0362094c75b223ea75586d2c13ed8.tar.gz gentoo-eba99ec149d0362094c75b223ea75586d2c13ed8.tar.bz2 gentoo-eba99ec149d0362094c75b223ea75586d2c13ed8.zip |
dev-php/pecl-apcu: Drop 7-1 target; Add 8-0 target
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/pecl-apcu')
-rw-r--r-- | dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild b/dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild index 2b180c6dc0d5..374c3077b81c 100644 --- a/dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild +++ b/dev-php/pecl-apcu/pecl-apcu-5.1.19.ebuild @@ -8,7 +8,7 @@ PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS=( NOTICE README.md TECHNOTES.txt ) -USE_PHP="php7-1 php7-2 php7-3 php7-4" +USE_PHP="php7-2 php7-3 php7-4 php8-0" inherit php-ext-pecl-r3 |