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

Collapse All | Expand All

(-)portage.orig/portage-2.0.51.22-r3.ebuild (+3 lines)
Line 0 Link Here
1
diff -ur portage-2.0.51.22.orig/bin/emerge portage-2.0.51.22/bin/emerge
2
--- portage-2.0.51.22.orig/bin/emerge	2005-10-15 12:22:14.000000000 +0100
Lines 26-31 Link Here
26
	unpack ${A}
26
	unpack ${A}
27
	cd "${S}"
27
	cd "${S}"
28
	patch -p1 < ${FILESDIR}/2.0.51.22-fixes.patch
28
	patch -p1 < ${FILESDIR}/2.0.51.22-fixes.patch
29
	patch -p1 < ${FILESDIR}/2.0.51.22-fetch-missing.patch
29
}
30
}
30
31
31
src_compile() {
32
src_compile() {

Return to bug 109304