commit: a55c1b04fd8458b7e412f88896dbf1ca8ad5560b Author: Lothar Serra Mari <mail <AT> serra <DOT> me> AuthorDate: Mon Nov 24 19:05:24 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Tue Nov 25 00:26:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55c1b04
dev-lang/php: Re-add test fix patch for libpcre2 related test Closes: https://github.com/gentoo/gentoo/pull/44706 Signed-off-by: Lothar Serra Mari <mail <AT> serra.me> Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> dev-lang/php/php-8.5.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-lang/php/php-8.5.0.ebuild b/dev-lang/php/php-8.5.0.ebuild index 507563d006f0..2bbf0915086c 100644 --- a/dev-lang/php/php-8.5.0.ebuild +++ b/dev-lang/php/php-8.5.0.ebuild @@ -132,6 +132,7 @@ DEPEND="${COMMON_DEPEND} BDEPEND="virtual/pkgconfig" PATCHES=( + "${FILESDIR}/php-8.4.14-libpcre2-testfix.patch" ) PHP_MV="$(ver_cut 1)"
