commit: 521a04f1a68f0f3bae338fc6e6ef24334b367136 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sat Feb 22 15:28:17 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sat Feb 22 16:07:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521a04f1
dev-lang/php: add a reference to an upstream bug in a comment Closes: https://github.com/gentoo/gentoo/pull/40671 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> dev-lang/php/php-8.3.17.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-lang/php/php-8.3.17.ebuild b/dev-lang/php/php-8.3.17.ebuild index a60c6f0386ba..d7b22f70b437 100644 --- a/dev-lang/php/php-8.3.17.ebuild +++ b/dev-lang/php/php-8.3.17.ebuild @@ -232,6 +232,9 @@ src_prepare() { # depends on truetype support, thus we skip it # if the "truetype" USE flag is missing + # + # https://github.com/php/php-src/issues/17891 + # if ! use truetype ; then rm ext/gd/tests/gh17373.phpt || die fi
