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 9182C15800F for ; Sat, 4 Feb 2023 11:30:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB05FE05C1; Sat, 4 Feb 2023 11:30:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A3060E05C1 for ; Sat, 4 Feb 2023 11:30:28 +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 A9420335C39 for ; Sat, 4 Feb 2023 11:30:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDDC1889 for ; Sat, 4 Feb 2023 11:30:25 +0000 (UTC) From: "Joe Kappus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joe Kappus" Message-ID: <1675510033.f766b3d9eb3018d6aca531c5a64ba97bd35fc947.joe@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-devel/just/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-devel/just/just-1.12.0.ebuild sys-devel/just/just-1.13.0.ebuild X-VCS-Directories: sys-devel/just/ X-VCS-Committer: joe X-VCS-Committer-Name: Joe Kappus X-VCS-Revision: f766b3d9eb3018d6aca531c5a64ba97bd35fc947 X-VCS-Branch: dev Date: Sat, 4 Feb 2023 11:30:25 +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: 52aa632f-f594-4b0b-8c65-4856992dbb4d X-Archives-Hash: be46d74cf3ef4c830790cda30ca93f33 commit: f766b3d9eb3018d6aca531c5a64ba97bd35fc947 Author: Joe Kappus wt gd> AuthorDate: Sat Feb 4 11:27:13 2023 +0000 Commit: Joe Kappus wt gd> CommitDate: Sat Feb 4 11:27:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f766b3d9 sys-devel/just: run tc-export CC Should make QA happy Closes: https://bugs.gentoo.org/892563 Signed-off-by: Joe Kappus wt.gd> sys-devel/just/just-1.12.0.ebuild | 12 ++++++++---- sys-devel/just/just-1.13.0.ebuild | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/sys-devel/just/just-1.12.0.ebuild b/sys-devel/just/just-1.12.0.ebuild index f3bf66624..89cf59ab7 100644 --- a/sys-devel/just/just-1.12.0.ebuild +++ b/sys-devel/just/just-1.12.0.ebuild @@ -116,7 +116,7 @@ CRATES=" ${P} " -inherit bash-completion-r1 cargo +inherit bash-completion-r1 cargo toolchain-funcs DESCRIPTION="Just a command runner (with syntax inspired by 'make')" HOMEPAGE=" @@ -134,10 +134,14 @@ RESTRICT="mirror" QA_FLAGS_IGNORED="usr/bin/just" src_test() { - # $USER must be set or tests fail Bug #890889 - export USER=portage + # $USER must be set or tests fail Bug #890889 + export USER=portage + default +} - default +src_prepare() { + default + tc-export CC } src_install() { diff --git a/sys-devel/just/just-1.13.0.ebuild b/sys-devel/just/just-1.13.0.ebuild index 89e32e906..ebcc0d139 100644 --- a/sys-devel/just/just-1.13.0.ebuild +++ b/sys-devel/just/just-1.13.0.ebuild @@ -116,7 +116,7 @@ CRATES=" ${P} " -inherit bash-completion-r1 cargo +inherit bash-completion-r1 cargo toolchain-funcs DESCRIPTION="Just a command runner (with syntax inspired by 'make')" HOMEPAGE=" @@ -134,10 +134,14 @@ RESTRICT="mirror" QA_FLAGS_IGNORED="usr/bin/just" src_test() { - # $USER must be set or tests fail Bug #890889 - export USER=portage + # $USER must be set or tests fail Bug #890889 + export USER=portage + default +} - default +src_prepare() { + default + tc-export CC } src_install() {