commit: 5af8b064998ceb3a609196f66720fb8e7c8c0631 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 18 07:51:42 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 18 07:51:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af8b064
dev-php/pecl-yaml: cleanup php8-0 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-php/pecl-yaml/pecl-yaml-2.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-yaml/pecl-yaml-2.2.2.ebuild b/dev-php/pecl-yaml/pecl-yaml-2.2.2.ebuild index 40810721042d..34801c887a43 100644 --- a/dev-php/pecl-yaml/pecl-yaml-2.2.2.ebuild +++ b/dev-php/pecl-yaml/pecl-yaml-2.2.2.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=8 @@ -6,7 +6,7 @@ EAPI=8 PHP_EXT_NAME="yaml" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" -USE_PHP="php8-0 php8-1 php8-2" +USE_PHP="php8-1 php8-2" inherit php-ext-pecl-r3
