mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user