commit: 47df9d4503c509646b303484ac935773abab36c2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sat Aug 3 13:04:27 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sat Aug 3 13:48:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47df9d45
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 <AT> gentoo.org> dev-lang/php/php-8.2.20.ebuild | 3 +++ 1 file changed, 3 insertions(+) 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() {
