commit: 8212a9219b05d72c0a8a70a7e3bd0d10717e84ca Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 18 07:51:39 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 18 07:51:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8212a921
dev-php/pecl-xattr: cleanup php8-0 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-php/pecl-xattr/pecl-xattr-1.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-xattr/pecl-xattr-1.4.0.ebuild b/dev-php/pecl-xattr/pecl-xattr-1.4.0.ebuild index 3173a0be0cba..b00b7733ae29 100644 --- a/dev-php/pecl-xattr/pecl-xattr-1.4.0.ebuild +++ b/dev-php/pecl-xattr/pecl-xattr-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -7,7 +7,7 @@ PHP_EXT_INI="yes" PHP_EXT_NAME="xattr" PHP_EXT_NEEDED_USE="" PHP_EXT_ZENDEXT="no" -USE_PHP="php8-0 php8-1 php8-2" +USE_PHP="php8-1 php8-2" inherit php-ext-pecl-r3
