sys-devel/just: run tc-export CC

Should make QA happy

Closes: https://bugs.gentoo.org/892563
Signed-off-by: Joe Kappus <joe@wt.gd>
This commit is contained in:
Joe Kappus
2023-02-04 06:27:13 -05:00
parent 11dcbcffe5
commit f766b3d9eb
2 changed files with 16 additions and 8 deletions

View File

@@ -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="
@@ -136,10 +136,14 @@ QA_FLAGS_IGNORED="usr/bin/just"
src_test() {
# $USER must be set or tests fail Bug #890889
export USER=portage
default
}
src_prepare() {
default
tc-export CC
}
src_install() {
local DOCS=( README.md )

View File

@@ -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="
@@ -136,10 +136,14 @@ QA_FLAGS_IGNORED="usr/bin/just"
src_test() {
# $USER must be set or tests fail Bug #890889
export USER=portage
default
}
src_prepare() {
default
tc-export CC
}
src_install() {
local DOCS=( README.md )