summaryrefslogtreecommitdiff
path: root/dev-lang/php/php-8.3.17.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/php/php-8.3.17.ebuild')
-rw-r--r--dev-lang/php/php-8.3.17.ebuild3
1 files changed, 3 insertions, 0 deletions
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