summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2024-08-03 09:04:27 -0400
committerMichael Orlitzky <mjo@gentoo.org>2024-08-03 09:48:44 -0400
commit47df9d4503c509646b303484ac935773abab36c2 (patch)
tree436db5b08101790fe72fe9f313e5fe9afa56daa5 /dev-lang/php
parentsci-mathematics/flint: drop 3.0.1, 3.1.0 (diff)
downloadgentoo-47df9d4503c509646b303484ac935773abab36c2.tar.gz
gentoo-47df9d4503c509646b303484ac935773abab36c2.tar.bz2
gentoo-47df9d4503c509646b303484ac935773abab36c2.zip
dev-lang/php: delete a faily test
The upstream fix for this issue wasn't backported. There's no problem. Closes: https://bugs.gentoo.org/937231 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-lang/php')
-rw-r--r--dev-lang/php/php-8.2.20.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-lang/php/php-8.2.20.ebuild b/dev-lang/php/php-8.2.20.ebuild
index f4a2e43fcdb1..115df248ab4e 100644
--- a/dev-lang/php/php-8.2.20.ebuild
+++ b/dev-lang/php/php-8.2.20.ebuild
@@ -354,6 +354,9 @@ src_prepare() {
# - https://github.com/php/php-src/issues/14786
#
rm ext/dba/tests/dba_gdbm.phpt || die
+
+ # https://github.com/php/php-src/pull/14439
+ rm ext/openssl/tests/bug74341.phpt || die
}
src_configure() {