mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
sys-process/snooze: tc-export CC
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
|
inherit toolchain-funcs
|
||||||
|
|
||||||
DESCRIPTION="Run a command at a particular time"
|
DESCRIPTION="Run a command at a particular time"
|
||||||
HOMEPAGE="https://github.com/leahneukirchen/snooze"
|
HOMEPAGE="https://github.com/leahneukirchen/snooze"
|
||||||
SRC_URI="https://github.com/leahneukirchen/snooze/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/leahneukirchen/snooze/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
@@ -12,6 +14,7 @@ SLOT="0"
|
|||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
|
tc-export CC
|
||||||
emake CFLAGS="${CFLAGS}"
|
emake CFLAGS="${CFLAGS}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
|
inherit toolchain-funcs
|
||||||
|
|
||||||
DESCRIPTION="Run a command at a particular time"
|
DESCRIPTION="Run a command at a particular time"
|
||||||
HOMEPAGE="https://github.com/leahneukirchen/snooze"
|
HOMEPAGE="https://github.com/leahneukirchen/snooze"
|
||||||
|
|
||||||
@@ -13,6 +15,7 @@ LICENSE="CC0-1.0"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
|
tc-export CC
|
||||||
emake CFLAGS="${CFLAGS}"
|
emake CFLAGS="${CFLAGS}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user