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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A41F1581F0 for ; Fri, 24 Jan 2025 03:30:37 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 416DA343019 for ; Fri, 24 Jan 2025 03:30:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3BA1911042D; Fri, 24 Jan 2025 03:30:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 34AA311042D for ; Fri, 24 Jan 2025 03:30:21 +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 E033A343019 for ; Fri, 24 Jan 2025 03:30:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31FD4E65 for ; Fri, 24 Jan 2025 03:30:19 +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: <1737687703.99593ced6745631b7b93d7c0549d01f8e2adda69.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/opengfx/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/opengfx/opengfx-7.1.ebuild X-VCS-Directories: games-misc/opengfx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 99593ced6745631b7b93d7c0549d01f8e2adda69 X-VCS-Branch: master Date: Fri, 24 Jan 2025 03:30:19 +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: 2d09b3a5-4d41-4849-b01a-efda1b50f7b7 X-Archives-Hash: 641d8eae71a8de02dbf734e447581e21 commit: 99593ced6745631b7b93d7c0549d01f8e2adda69 Author: Sam James gentoo org> AuthorDate: Fri Jan 24 03:00:57 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 24 03:01:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99593ced games-misc/opengfx: respect CC Not done CFLAGS (there is CC_USER_FLAGS we could use) given it's only used for the preprocessor and doing naive CC_USER_FLAGS="${CFLAGS}" broke compilation. Signed-off-by: Sam James gentoo.org> games-misc/opengfx/opengfx-7.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-misc/opengfx/opengfx-7.1.ebuild b/games-misc/opengfx/opengfx-7.1.ebuild index 1f9cce274688..4302b32d54a5 100644 --- a/games-misc/opengfx/opengfx-7.1.ebuild +++ b/games-misc/opengfx/opengfx-7.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..13} python3_13t ) -inherit python-any-r1 +inherit python-any-r1 toolchain-funcs DESCRIPTION="OpenGFX data files for OpenTTD" HOMEPAGE="https://wiki.openttd.org/en/Basesets/OpenGFX https://github.com/OpenTTD/OpenGFX" @@ -32,6 +32,7 @@ src_compile() { myemakeargs=( GIMP="" PYTHON="${EPYTHON}" + CC="$(tc-getCC)" # Make logs verbose _V=