mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
net-fs/httpdirfs: fix cc QA issue
Closes: https://bugs.gentoo.org/785127 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Filesystem to mount HTTP directory listings, with a permanent cache"
|
||||
HOMEPAGE="https://github.com/fangfufu/httpdirfs"
|
||||
|
||||
@@ -30,6 +32,10 @@ DEPEND="
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
emake prefix="${D}"/usr install
|
||||
src_compile () {
|
||||
emake CC="$(tc-getCC)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake prefix="${D}/usr" install
|
||||
}
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit toolchain-funcs
|
||||
|
||||
DESCRIPTION="Filesystem to mount HTTP directory listings, with a permanent cache"
|
||||
HOMEPAGE="https://github.com/fangfufu/httpdirfs"
|
||||
|
||||
@@ -30,6 +32,10 @@ DEPEND="
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
emake prefix="${D}"/usr install
|
||||
src_compile () {
|
||||
emake CC="$(tc-getCC)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake prefix="${D}/usr" install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user