sys-apps/utils-extra: tc-export CC

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2026-04-02 07:43:07 +02:00
parent ec44de032f
commit 59a2f0cc9d
2 changed files with 10 additions and 2 deletions

View File

@@ -1,8 +1,10 @@
# Copyright 2021-2024 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Copyright 2021-2026 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
if [[ "${PV}" = 9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://anongit.hacktivis.me/git/utils-extra.git"
@@ -60,6 +62,8 @@ src_configure() {
rm cmd/xcd.c || die
tc-export CC
./configure PREFIX='/usr'
}

View File

@@ -1,8 +1,10 @@
# Copyright 2021-2024 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Copyright 2021-2026 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
if [[ "${PV}" = 9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://anongit.hacktivis.me/git/utils-extra.git"
@@ -60,6 +62,8 @@ src_configure() {
rm cmd/xcd.c || die
tc-export CC
./configure PREFIX='/usr'
}