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

Collapse All | Expand All

(-)old/libdc1394-1.2.2.ebuild (-1 / +1 lines)
Lines 21-27 Link Here
21
src_unpack() {
21
src_unpack() {
22
	unpack ${A}; cd "${S}"
22
	unpack ${A}; cd "${S}"
23
	if ! use X; then
23
	if ! use X; then
24
		epatch "${FILESDIR}"/${PN}-1.2.1-nox11.patch
24
		epatch "${FILESDIR}"/${PN}-1.2.2-nox11.patch
25
	fi
25
	fi
26
	epatch "${FILESDIR}"/${PN}-disable-raw-capture.patch
26
	epatch "${FILESDIR}"/${PN}-disable-raw-capture.patch
27
}
27
}

Return to bug 308485