dev-util/xcd-rgb: tc-export CC

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2026-03-28 08:56:35 +01:00
parent d3cab3bdb4
commit 5d52515f18
2 changed files with 9 additions and 3 deletions

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
@@ -48,6 +50,7 @@ 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
@@ -12,7 +14,7 @@ if [ "${PV}" != "9999" ]; then
verify-sig? ( https://distfiles.hacktivis.me/releases/xcd-rgb/${P}.tar.gz.sign )
"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~arm64"
else
inherit git-r3
EGIT_REPO_URI="https://anongit.hacktivis.me/git/xcd-rgb.git"
@@ -48,6 +50,7 @@ if [ "${PV}" != "9999" ]; then
fi
src_configure() {
tc-export CC
use static && export LDSTATIC=-static
}