Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 302316 | Differences between
and this patch

Collapse All | Expand All

(-)dahdi-2.2.0.2.ebuild (-1 / +9 lines)
Lines 19-25 Link Here
19
LICENSE="LGPL-2.1"
19
LICENSE="LGPL-2.1"
20
SLOT="0"
20
SLOT="0"
21
KEYWORDS="~amd64 ~x86"
21
KEYWORDS="~amd64 ~x86"
22
IUSE="ecoslec"
22
IUSE="ecoslec nondigium"
23
23
24
DEPEND=""
24
DEPEND=""
25
RDEPEND=""
25
RDEPEND=""
Lines 63-68 Link Here
63
		sed -re 's,^#(obj-m \+= (dahdi_echocan_oslec.o|\.\./staging/echo/))$,\1,' -i "${MY_P}/drivers/dahdi/Kbuild" \
63
		sed -re 's,^#(obj-m \+= (dahdi_echocan_oslec.o|\.\./staging/echo/))$,\1,' -i "${MY_P}/drivers/dahdi/Kbuild" \
64
			|| die "Error enabling OSLEC"
64
			|| die "Error enabling OSLEC"
65
	fi
65
	fi
66
67
	if use nondigium; then
68
		ewarn "Please note that the nondigium patch is NOT supported upstream."
69
		ewarn "It's recommended to ONLY use this patch if you really need it."
70
		ewarn "Please do report any feedback to jaco@uls.co.za."
71
72
		epatch "${FILESDIR}/${P}-nondigium.patch"
73
	fi
66
}
74
}
67
75
68
src_compile() {
76
src_compile() {

Return to bug 302316