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

(-)qc-usb-0.6.3.ebuild.orig (-1 / +2 lines)
Lines 16-22 Link Here
16
DEPEND="virtual/linux-sources"
16
DEPEND="virtual/linux-sources"
17
17
18
src_compile() {
18
src_compile() {
19
	emake LINUX_DIR=${KERNEL_DIR} all || die
19
	emake ${BUILD_FIXES} LINUX_DIR=${KERNEL_DIR} ARCH="$(tc-arch-kernel)" \
20
		all || die
20
}
21
}
21
22
22
src_install() {
23
src_install() {

Return to bug 127292