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 2E3F915817D for ; Thu, 6 Jun 2024 09:07:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 643F2E2A1C; Thu, 6 Jun 2024 09:07:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 pigeon.gentoo.org (Postfix) with ESMTPS id 4DDF6E2A19 for ; Thu, 6 Jun 2024 09:07:50 +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 32D4233BF08 for ; Thu, 6 Jun 2024 09:07:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82BFC1C7E for ; Thu, 6 Jun 2024 09:07:47 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1717664847.896768074ebd64c7a3d8a39be965151eb8a28c97.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/kew/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/kew/kew-2.4.4-r1.ebuild X-VCS-Directories: media-sound/kew/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 896768074ebd64c7a3d8a39be965151eb8a28c97 X-VCS-Branch: dev Date: Thu, 6 Jun 2024 09:07: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: cf0f5f00-0f84-4af9-bfb0-c6a705fc45b4 X-Archives-Hash: e924cb168fe8969ab8667e78464e9297 commit: 896768074ebd64c7a3d8a39be965151eb8a28c97 Author: Lucio Sauer posteo net> AuthorDate: Thu Jun 6 07:46:29 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Thu Jun 6 09:07:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89676807 media-sound/kew: use CHOST pkg-config Signed-off-by: Lucio Sauer posteo.net> media-sound/kew/kew-2.4.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/kew/kew-2.4.4-r1.ebuild b/media-sound/kew/kew-2.4.4-r1.ebuild index 1b44e2374..f890342d2 100644 --- a/media-sound/kew/kew-2.4.4-r1.ebuild +++ b/media-sound/kew/kew-2.4.4-r1.ebuild @@ -33,7 +33,7 @@ src_prepare() { } src_compile() { - emake CC="$(tc-getCC)" + emake CC="$(tc-getCC)" PKG_CONFIG="$(tc-getPKG_CONFIG)" } src_install()