Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 336026
Collapse All | Expand All

(-)/usr/portage/net-misc/datapipe/datapipe-1.0.ebuild (-1 / +1 lines)
Lines 14-20 Link Here
14
KEYWORDS="~x86 ~ppc ~arm ~amd64"
14
KEYWORDS="~x86 ~ppc ~arm ~amd64"
15
15
16
src_compile() {
16
src_compile() {
17
	$(tc-getCC) ${CFLAGS} -o datapipe datapipe.c
17
	$(tc-getCC) ${CFLAGS} ${LDFLAGS} -o datapipe datapipe.c
18
}
18
}
19
19
20
src_install() {
20
src_install() {

Return to bug 336026