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

Collapse All | Expand All

(-)portage-2.0.53.ebuild (+8 lines)
Lines 19-24 Link Here
19
19
20
S=${WORKDIR}/${PN}-${PV}
20
S=${WORKDIR}/${PN}-${PV}
21
21
22
portage_docs() {
23
	einfo ""
24
	einfo "For help with using portage please consule the Gentoo Handbook"
25
	einfo "at http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=0"
26
	einfo ""
27
}
22
28
23
src_unpack() {
29
src_unpack() {
24
	unpack ${A}
30
	unpack ${A}
Lines 124-127 Link Here
124
		# Overwrite the globals file automatically.
130
		# Overwrite the globals file automatically.
125
		[ -e "${x}" ] && mv -f "${x}" "${ROOT}etc/make.globals"
131
		[ -e "${x}" ] && mv -f "${x}" "${ROOT}etc/make.globals"
126
	done
132
	done
133
134
	portage_docs
127
}
135
}

Return to bug 77345