From 2f49026e35dbdb115f95c207aea7146b6954445c Mon Sep 17 00:00:00 2001 From: "Haelwenn (lanodan) Monnier" Date: Sat, 14 Mar 2026 10:17:18 +0100 Subject: [PATCH] sys-process/snooze: tc-export CC Signed-off-by: Haelwenn (lanodan) Monnier --- 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}" }