app-admin/himitsu: tc-export CC AR AS LD

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2026-05-07 05:00:17 +02:00
parent 5cc510d620
commit e21ced44d5
2 changed files with 8 additions and 0 deletions

View File

@@ -3,6 +3,8 @@
EAPI=8
inherit toolchain-funcs
if [[ "${PV}" = "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/himitsu"
@@ -33,4 +35,6 @@ QA_FLAGS_IGNORED="usr/bin/.*"
src_configure() {
sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
tc-export CC AR AS LD
}

View File

@@ -3,6 +3,8 @@
EAPI=8
inherit toolchain-funcs
if [[ "${PV}" = "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/himitsu"
@@ -33,4 +35,6 @@ QA_FLAGS_IGNORED="usr/bin/.*"
src_configure() {
sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
tc-export CC AR AS LD
}