net-news/sfeed: fix CC

Closes: https://bugs.gentoo.org/785193
Signed-off-by: Anna Vyalkova <cyber@sysrq.in>
This commit is contained in:
Anna Vyalkova 2021-05-16 17:50:19 +05:00
parent baf69f477c
commit f1efb449ed
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1
3 changed files with 21 additions and 0 deletions

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \