app-misc/cmd-timer: tc-export CC

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2026-04-05 09:55:32 +02:00
parent 240997e3bf
commit 8f13d884ee
2 changed files with 9 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
EAPI=8
inherit toolchain-funcs
if [ "${PV}" != "9999" ]; then
VERIFY_SIG_METHOD=signify
inherit verify-sig
@@ -50,6 +52,8 @@ if [ "${PV}" != "9999" ]; then
fi
src_configure() {
tc-export CC
use static && export LDSTATIC=-static
}

View File

@@ -1,8 +1,10 @@
# Copyright 2025 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Copyright 2025-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
VERIFY_SIG_METHOD=signify
inherit verify-sig
@@ -46,6 +48,8 @@ if [ "${PV}" != "9999" ]; then
fi
src_configure() {
tc-export CC
use static && export LDSTATIC=-static
}