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

Collapse All | Expand All

(-)taglib-1.5.ebuild~ (+9 lines)
Lines 16-21 Link Here
16
RDEPEND=""
16
RDEPEND=""
17
DEPEND="dev-util/pkgconfig"
17
DEPEND="dev-util/pkgconfig"
18
18
19
src_unpack() {
20
21
	unpack "${A}"
22
	cd "${S}"
23
24
	epatch "${FILESDIR}/test.patch"
25
26
}
27
19
src_compile() {
28
src_compile() {
20
	econf $(use_enable debug) || die "econf failed."
29
	econf $(use_enable debug) || die "econf failed."
21
	emake || die "emake failed."
30
	emake || die "emake failed."

Return to bug 228413