From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D3A415802E for ; Fri, 28 Jun 2024 17:28:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A878DE29EA; Fri, 28 Jun 2024 17:28:44 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 808D6E29EA for ; Fri, 28 Jun 2024 17:28:44 +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 81B02335C0D for ; Fri, 28 Jun 2024 17:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9A401D9A for ; Fri, 28 Jun 2024 17:28:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1719595497.aee3b8bed7c291a7749dede729be27da8b716287.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pillow/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pillow/pillow-10.3.0.ebuild X-VCS-Directories: dev-python/pillow/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: aee3b8bed7c291a7749dede729be27da8b716287 X-VCS-Branch: master Date: Fri, 28 Jun 2024 17:28:41 +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: 9663edb7-af88-4bb0-8ea1-96374fe88cbd X-Archives-Hash: d334fb87c2f11f7ea3400a736359d1c6 commit: aee3b8bed7c291a7749dede729be27da8b716287 Author: Sam James gentoo org> AuthorDate: Fri Jun 28 17:24:57 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 28 17:24:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aee3b8be dev-python/pillow: make build_ext more verbose This should help with diagnosing odd build failures as it'll print its "configure" style tests etc. Bug: https://bugs.gentoo.org/934777 Signed-off-by: Sam James gentoo.org> dev-python/pillow/pillow-10.3.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pillow/pillow-10.3.0.ebuild b/dev-python/pillow/pillow-10.3.0.ebuild index 45dc6128ec02..d832cf0bf40b 100644 --- a/dev-python/pillow/pillow-10.3.0.ebuild +++ b/dev-python/pillow/pillow-10.3.0.ebuild @@ -80,6 +80,7 @@ usepil() { python_configure_all() { cat >> setup.cfg <<-EOF || die [build_ext] + debug = True disable_platform_guessing = True $(usepil truetype)_freetype = True $(usepil jpeg)_jpeg = True