sys-process/snooze: tc-export CC

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2026-03-14 10:17:18 +01:00
parent af60a3e629
commit 2f49026e35
2 changed files with 8 additions and 2 deletions

View File

@@ -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}"
}

View File

@@ -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}"
}