summaryrefslogtreecommitdiff
path: root/dev-lang/php/php-8.2.18.ebuild
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2024-05-29 10:08:02 -0400
committerMichael Orlitzky <mjo@gentoo.org>2024-05-29 10:08:02 -0400
commit0dc2770237b56c442795cbbfcd28ef4d893e6f8e (patch)
tree07e13364c3ef08f343b216dae09c149be81b1584 /dev-lang/php/php-8.2.18.ebuild
parent4e88a6eb606751f0997b7c44bde70fac7172a764 (diff)
downloadgentoo-0dc2770237b56c442795cbbfcd28ef4d893e6f8e.tar.gz
gentoo-0dc2770237b56c442795cbbfcd28ef4d893e6f8e.tar.bz2
gentoo-0dc2770237b56c442795cbbfcd28ef4d893e6f8e.zip
dev-lang/php: disable failing test for >=glibc-2.39
Closes: https://bugs.gentoo.org/933095 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-lang/php/php-8.2.18.ebuild')
-rw-r--r--dev-lang/php/php-8.2.18.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-lang/php/php-8.2.18.ebuild b/dev-lang/php/php-8.2.18.ebuild
index 5b90e1767bb8..9bd4d38c38c4 100644
--- a/dev-lang/php/php-8.2.18.ebuild
+++ b/dev-lang/php/php-8.2.18.ebuild
@@ -328,6 +328,10 @@ src_prepare() {
# the tests fail. This is not really a test that end users should
# be running pre-install, in my opinion. Bug 927461.
rm ext/fileinfo/tests/bug78987.phpt || die
+
+ # glibc-2.39 compatibility, fixed upstream in
+ # https://github.com/php/php-src/pull/14097
+ rm ext/standard/tests/strings/setlocale_variation3.phpt || die
}
src_configure() {