mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -04:00
net-news/sfeed: fix CC
Closes: https://bugs.gentoo.org/785193 Signed-off-by: Anna Vyalkova <cyber@sysrq.in>
This commit is contained in:
parent
baf69f477c
commit
f1efb449ed
@ -3,6 +3,8 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="simple RSS and Atom parser"
|
||||
HOMEPAGE="https://www.codemadness.org/sfeed.html"
|
||||
|
||||
@ -17,6 +19,11 @@ fi
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
|
||||
src_compile() {
|
||||
tc-export CC
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
DESTDIR="${D}" \
|
||||
emake install \
|
||||
|
@ -3,6 +3,8 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="simple RSS and Atom parser"
|
||||
HOMEPAGE="https://www.codemadness.org/sfeed.html"
|
||||
|
||||
@ -17,6 +19,11 @@ fi
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
|
||||
src_compile() {
|
||||
tc-export CC
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
DESTDIR="${D}" \
|
||||
emake install \
|
||||
|
@ -3,6 +3,8 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="simple RSS and Atom parser"
|
||||
HOMEPAGE="https://www.codemadness.org/sfeed.html"
|
||||
|
||||
@ -17,6 +19,11 @@ fi
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
|
||||
src_compile() {
|
||||
tc-export CC
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
DESTDIR="${D}" \
|
||||
emake install \
|
||||
|
Loading…
x
Reference in New Issue
Block a user