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} ${P}
" "
inherit bash-completion-r1 cargo inherit bash-completion-r1 cargo toolchain-funcs
DESCRIPTION="Just a command runner (with syntax inspired by 'make')" DESCRIPTION="Just a command runner (with syntax inspired by 'make')"
HOMEPAGE=" HOMEPAGE="
@@ -134,10 +134,14 @@ RESTRICT="mirror"
QA_FLAGS_IGNORED="usr/bin/just" QA_FLAGS_IGNORED="usr/bin/just"
src_test() { src_test() {
# $USER must be set or tests fail Bug #890889 # $USER must be set or tests fail Bug #890889
export USER=portage export USER=portage
default
}
default src_prepare() {
default
tc-export CC
} }
src_install() { src_install() {

View File

@@ -116,7 +116,7 @@ CRATES="
${P} ${P}
" "
inherit bash-completion-r1 cargo inherit bash-completion-r1 cargo toolchain-funcs
DESCRIPTION="Just a command runner (with syntax inspired by 'make')" DESCRIPTION="Just a command runner (with syntax inspired by 'make')"
HOMEPAGE=" HOMEPAGE="
@@ -134,10 +134,14 @@ RESTRICT="mirror"
QA_FLAGS_IGNORED="usr/bin/just" QA_FLAGS_IGNORED="usr/bin/just"
src_test() { src_test() {
# $USER must be set or tests fail Bug #890889 # $USER must be set or tests fail Bug #890889
export USER=portage export USER=portage
default
}
default src_prepare() {
default
tc-export CC
} }
src_install() { src_install() {