diff options
author | Sam James <sam@gentoo.org> | 2024-01-18 07:51:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-18 07:51:46 +0000 |
commit | db68f5369b9cd9ffb297bb166616820443044255 (patch) | |
tree | 0c6acc52965d4b481bf8173ae565e5d8035804ae /dev-php | |
parent | dev-php/pecl-zmq: cleanup php8-0 (diff) | |
download | gentoo-db68f5369b9cd9ffb297bb166616820443044255.tar.gz gentoo-db68f5369b9cd9ffb297bb166616820443044255.tar.bz2 gentoo-db68f5369b9cd9ffb297bb166616820443044255.zip |
dev-php/realpath_turbo: cleanup php8-0
Signed-off-by: Sam James <sam@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 d45d7601a231..c231200c3f09 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-2022 Gentoo Authors +# Copyright 1999-2024 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="php8-0 php8-1" +USE_PHP="php8-1" inherit php-ext-source-r3 |