diff --git a/sys-apps/utils-extra/utils-extra-0.0.2-r1.ebuild b/sys-apps/utils-extra/utils-extra-0.0.2-r1.ebuild index 07149b7eb3..f8335b5159 100644 --- a/sys-apps/utils-extra/utils-extra-0.0.2-r1.ebuild +++ b/sys-apps/utils-extra/utils-extra-0.0.2-r1.ebuild @@ -1,8 +1,10 @@ -# Copyright 2021-2024 Haelwenn (lanodan) Monnier +# Copyright 2021-2026 Haelwenn (lanodan) Monnier # 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' } diff --git a/sys-apps/utils-extra/utils-extra-9999.ebuild b/sys-apps/utils-extra/utils-extra-9999.ebuild index 07149b7eb3..f8335b5159 100644 --- a/sys-apps/utils-extra/utils-extra-9999.ebuild +++ b/sys-apps/utils-extra/utils-extra-9999.ebuild @@ -1,8 +1,10 @@ -# Copyright 2021-2024 Haelwenn (lanodan) Monnier +# Copyright 2021-2026 Haelwenn (lanodan) Monnier # 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' }