From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5CB031582EF for ; Sat, 22 Feb 2025 16:11:53 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 43BC2343075 for ; Sat, 22 Feb 2025 16:11:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 77316110470; Sat, 22 Feb 2025 16:11:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 71B1F110470 for ; Sat, 22 Feb 2025 16:11:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28D97343068 for ; Sat, 22 Feb 2025 16:11:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84023263B for ; Sat, 22 Feb 2025 16:11:47 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1740240447.521a04f1a68f0f3bae338fc6e6ef24334b367136.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/php/php-8.3.17.ebuild X-VCS-Directories: dev-lang/php/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 521a04f1a68f0f3bae338fc6e6ef24334b367136 X-VCS-Branch: master Date: Sat, 22 Feb 2025 16:11:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 361d5e65-a3b3-42c4-a779-028e1ac2a1ea X-Archives-Hash: 249ec3df2d0f84def6fe729855684a29 commit: 521a04f1a68f0f3bae338fc6e6ef24334b367136 Author: Michael Orlitzky gentoo org> AuthorDate: Sat Feb 22 15:28:17 2025 +0000 Commit: Michael Orlitzky gentoo 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 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