commit:     a7f2f5f4a78129ae63d99486ab2f98bc2986e3c5
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Tue Mar  3 22:55:54 2026 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Tue Mar  3 22:57:59 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7f2f5f4

app-admin/himitsu-totp: tc-export AS CC LD

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>

 app-admin/himitsu-totp/himitsu-totp-0.9.ebuild  | 5 ++++-
 app-admin/himitsu-totp/himitsu-totp-9999.ebuild | 7 +++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/app-admin/himitsu-totp/himitsu-totp-0.9.ebuild 
b/app-admin/himitsu-totp/himitsu-totp-0.9.ebuild
index 873ef7b4cc..f390df052a 100644
--- a/app-admin/himitsu-totp/himitsu-totp-0.9.ebuild
+++ b/app-admin/himitsu-totp/himitsu-totp-0.9.ebuild
@@ -1,8 +1,10 @@
-# Copyright 2022-2025 Gentoo Authors
+# Copyright 2022-2026 Gentoo Authors
 # 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://git.sr.ht/~sircmpwn/himitsu-totp";
@@ -28,4 +30,5 @@ QA_FLAGS_IGNORED="usr/bin/hitotp"
 
 src_configure() {
        sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
+       tc-export AS CC LD
 }

diff --git a/app-admin/himitsu-totp/himitsu-totp-9999.ebuild 
b/app-admin/himitsu-totp/himitsu-totp-9999.ebuild
index 68988fc7fc..f390df052a 100644
--- a/app-admin/himitsu-totp/himitsu-totp-9999.ebuild
+++ b/app-admin/himitsu-totp/himitsu-totp-9999.ebuild
@@ -1,8 +1,10 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2026 Gentoo Authors
 # 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://git.sr.ht/~sircmpwn/himitsu-totp";
@@ -19,7 +21,7 @@ SLOT="0"
 RDEPEND="app-admin/himitsu:="
 DEPEND="
        ${RDEPEND}
-       >=dev-lang/hare-0.24.2:=
+       >=dev-lang/hare-0.25.2:=
 "
 BDEPEND="app-text/scdoc"
 
@@ -28,4 +30,5 @@ QA_FLAGS_IGNORED="usr/bin/hitotp"
 
 src_configure() {
        sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
+       tc-export AS CC LD
 }

Reply via email to