commit:     2f49026e35dbdb115f95c207aea7146b6954445c
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Sat Mar 14 09:17:18 2026 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Mar 14 09:43:50 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f49026e

sys-process/snooze: tc-export CC

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

 sys-process/snooze/snooze-0.5.ebuild  | 5 ++++-
 sys-process/snooze/snooze-9999.ebuild | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/sys-process/snooze/snooze-0.5.ebuild 
b/sys-process/snooze/snooze-0.5.ebuild
index 5464c15f9f..4a91c9dd0b 100644
--- a/sys-process/snooze/snooze-0.5.ebuild
+++ b/sys-process/snooze/snooze-0.5.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
+inherit toolchain-funcs
+
 DESCRIPTION="Run a command at a particular time"
 HOMEPAGE="https://github.com/leahneukirchen/snooze";
 SRC_URI="https://github.com/leahneukirchen/snooze/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
@@ -12,6 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 src_compile() {
+       tc-export CC
        emake CFLAGS="${CFLAGS}"
 }
 

diff --git a/sys-process/snooze/snooze-9999.ebuild 
b/sys-process/snooze/snooze-9999.ebuild
index 171d2e39de..56f1b02d7b 100644
--- a/sys-process/snooze/snooze-9999.ebuild
+++ b/sys-process/snooze/snooze-9999.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
+inherit toolchain-funcs
+
 DESCRIPTION="Run a command at a particular time"
 HOMEPAGE="https://github.com/leahneukirchen/snooze";
 
@@ -13,6 +15,7 @@ LICENSE="CC0-1.0"
 SLOT="0"
 
 src_compile() {
+       tc-export CC
        emake CFLAGS="${CFLAGS}"
 }
 

Reply via email to