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 DE80A158012 for ; Wed, 14 Sep 2022 00:21:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05C05E086A; Wed, 14 Sep 2022 00:21:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E28D0E086A for ; Wed, 14 Sep 2022 00:21:22 +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 BB67C335CEC for ; Wed, 14 Sep 2022 00:21:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35208576 for ; Wed, 14 Sep 2022 00:21:20 +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: <1663114837.4ed80e7fbd76241d440fe0bcd84d8723f93b8d73.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/colm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/colm/colm-0.14.7-r1.ebuild X-VCS-Directories: dev-util/colm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4ed80e7fbd76241d440fe0bcd84d8723f93b8d73 X-VCS-Branch: master Date: Wed, 14 Sep 2022 00:21:20 +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: 84c7b51e-2845-4b90-ad50-88e7e3a7e81a X-Archives-Hash: 287520910e769d02ae76ea489b11d04b commit: 4ed80e7fbd76241d440fe0bcd84d8723f93b8d73 Author: Sam James gentoo org> AuthorDate: Wed Sep 14 00:20:37 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 14 00:20:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed80e7f dev-util/colm: respect CC Fixes build on pure Clang systems. There's a proper upstream fix [0] but it's too awkward to backport with our other patches and there's been a lot of other changes relating to our patches upstream anyway. Have asked for a new release. [0] https://github.com/adrian-thurston/colm/commit/bb487b1368b65a1f30fe3a59fd0c7d84bdcc483b. Closes: https://bugs.gentoo.org/771849 Signed-off-by: Sam James gentoo.org> dev-util/colm/colm-0.14.7-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/colm/colm-0.14.7-r1.ebuild b/dev-util/colm/colm-0.14.7-r1.ebuild index 59000e4847fa..147625389f13 100644 --- a/dev-util/colm/colm-0.14.7-r1.ebuild +++ b/dev-util/colm/colm-0.14.7-r1.ebuild @@ -36,6 +36,7 @@ src_prepare() { sed -i -e 's/(\[ASCIIDOC\], \[asciidoc\], \[asciidoc\]/S([ASCIIDOC], [asciidoc asciidoctor]/' configure.ac || die # bug #766069 + sed -i -e "s:gcc:$(tc-getCC) ${CFLAGS}:" src/main.cc || die sed -i -e "s:gcc:$(tc-getCC):" test/colm.d/gentests.sh || die sed -i -e "s:g++:$(tc-getCXX):" test/colm.d/gentests.sh || die