commit: db68f5369b9cd9ffb297bb166616820443044255 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 18 07:51:46 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 18 07:51:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db68f536
dev-php/realpath_turbo: cleanup php8-0 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-php/realpath_turbo/realpath_turbo-2.0.0.ebuild | 4 ++-- 1 file 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
