mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-util/xcd-rgb: tc-export CC
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user