diff options
author | Brian Evans <grknight@gentoo.org> | 2022-03-16 18:29:37 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-03-16 18:29:37 -0400 |
commit | f83344688bfba496ec06be9776779ef1fe8e58c5 (patch) | |
tree | dff1f8c81786e4edf2c8c47212e1ee694f650b13 /dev-php | |
parent | dev-java/jrobin: EAPI 8, min java 1.8:* (diff) | |
download | gentoo-f83344688bfba496ec06be9776779ef1fe8e58c5.tar.gz gentoo-f83344688bfba496ec06be9776779ef1fe8e58c5.tar.bz2 gentoo-f83344688bfba496ec06be9776779ef1fe8e58c5.zip |
dev-php/realpath_turbo: Bump targets
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild b/dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild index fdda0e07336f..8e01888cdfe4 100644 --- a/dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild +++ b/dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -7,7 +7,7 @@ PHP_EXT_NAME="realpath_turbo" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4" +USE_PHP="php7-4 php8-0 php8-1" inherit php-ext-source-r3 |