commit: 3f524a3e5ad50e6d797c6d55ba41205b8f4c7401 Author: Anthony Ryan <anthonyryan1 <AT> gmail <DOT> com> AuthorDate: Tue Apr 15 15:02:40 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 21 21:56:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f524a3e
dev-php/pecl-xdiff: Add support for PHP 8.4 and remove old All tests passing, just make sure you haven't copied any deprecated ini settings from prior PHP passess into 8.4, or the deprecation warnings will cause unexpected test failures. Signed-off-by: Anthony Ryan <anthonyryan1 <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41606 Closes: https://github.com/gentoo/gentoo/pull/41606 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-php/pecl-xdiff/pecl-xdiff-2.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/pecl-xdiff/pecl-xdiff-2.1.1.ebuild b/dev-php/pecl-xdiff/pecl-xdiff-2.1.1.ebuild index c9f297c09583..501be55fbd74 100644 --- a/dev-php/pecl-xdiff/pecl-xdiff-2.1.1.ebuild +++ b/dev-php/pecl-xdiff/pecl-xdiff-2.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ PHP_EXT_NAME="xdiff" PHP_EXT_PECL_PKG="xdiff" DOCS=( README.API ) -USE_PHP="php8-1 php8-2 php8-3" +USE_PHP="php8-2 php8-3 php8-4" inherit php-ext-pecl-r3
