dev-util/hare-update: tc-export AS LD CC AR

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2026-05-14 05:27:51 +02:00
parent edef3363a8
commit 897567c7e1
2 changed files with 12 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/hare-update"
@@ -26,3 +28,7 @@ src_prepare() {
sed -i "s;^PREFIX=.*;PREFIX=${EPREFIX}/usr;" Makefile || die
}
src_configure() {
tc-export AS LD CC AR
}

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/hare-update"
@@ -26,3 +28,7 @@ src_prepare() {
sed -i "s;^PREFIX=.*;PREFIX=${EPREFIX}/usr;" Makefile || die
}
src_configure() {
tc-export AS LD CC AR
}