diff options
| author | Michael Orlitzky <mjo@gentoo.org> | 2025-02-22 10:28:17 -0500 |
|---|---|---|
| committer | Michael Orlitzky <mjo@gentoo.org> | 2025-02-22 11:07:27 -0500 |
| commit | 521a04f1a68f0f3bae338fc6e6ef24334b367136 (patch) | |
| tree | 0dedf372bbcb165da2dc0cc824aa1426de3ef84d /dev-lang/php/php-8.3.17.ebuild | |
| parent | 234fa7282ba159233c58603f7adf00af40ee7b32 (diff) | |
| download | gentoo-521a04f1a68f0f3bae338fc6e6ef24334b367136.tar.gz gentoo-521a04f1a68f0f3bae338fc6e6ef24334b367136.tar.bz2 gentoo-521a04f1a68f0f3bae338fc6e6ef24334b367136.zip | |
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@gentoo.org>
Diffstat (limited to 'dev-lang/php/php-8.3.17.ebuild')
| -rw-r--r-- | dev-lang/php/php-8.3.17.ebuild | 3 |
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 |
