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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7BA7713835A for ; Sun, 25 Apr 2021 23:29:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E3A4E0882; Sun, 25 Apr 2021 23:29:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D485E0882 for ; Sun, 25 Apr 2021 23:29:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76352341700 for ; Sun, 25 Apr 2021 23:29:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4F8F4C3 for ; Sun, 25 Apr 2021 23:29:33 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1619393372.d9d35ac515ed7fd7016b0da5ab10038680a1af61.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/tomb/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-crypt/tomb/tomb-2.9-r5.ebuild X-VCS-Directories: app-crypt/tomb/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: d9d35ac515ed7fd7016b0da5ab10038680a1af61 X-VCS-Branch: dev Date: Sun, 25 Apr 2021 23:29:33 +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: 89402035-1e2f-4d44-a8a9-1207907ba816 X-Archives-Hash: e09daba26745710a32ba41f8ce939863 commit: d9d35ac515ed7fd7016b0da5ab10038680a1af61 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Apr 25 16:24:05 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Apr 25 23:29:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d9d35ac5 app-crypt/tomb: respect CC Closes: https://bugs.gentoo.org/784785 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> app-crypt/tomb/tomb-2.9-r5.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-crypt/tomb/tomb-2.9-r5.ebuild b/app-crypt/tomb/tomb-2.9-r5.ebuild index 93bcdbae9..1bd85d2e5 100644 --- a/app-crypt/tomb/tomb-2.9-r5.ebuild +++ b/app-crypt/tomb/tomb-2.9-r5.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit desktop qmake-utils xdg +inherit desktop qmake-utils toolchain-funcs xdg MYP="${P^}" DESCRIPTION="Tomb :: File Encryption on GNU/Linux" @@ -62,6 +62,7 @@ BDEPEND=" " src_compile() { + export CC=$(tc-getCC) export PREFIX="${EPREFIX}/usr" emake