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