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

Collapse All | Expand All

(-)ufed-0.40.1-r1.ebuild.orig (+7 lines)
Lines 21-26 RDEPEND="${DEPEND} Link Here
21
21
22
src_prepare() {
22
src_prepare() {
23
	epatch "${FILESDIR}"/${P}-make.globals-path.patch
23
	epatch "${FILESDIR}"/${P}-make.globals-path.patch
24
	if [[ -e /etc/portage/make.conf && -e /etc/portage/make.profile ]]; then
25
		einfo "patching ufed to use _only_ /etc/portage/make.{conf,profile}"
26
		sed -i 's:/etc/make\.\(conf\|profile\):/etc/portage/make.\1:g' \
27
			`grep -rl 'etc/make\.' .` || die
28
	else
29
		ewarn "old /etc/make.{conf,profile} exists, ufed will not be patched"
30
	fi
24
}
31
}
25
32
26
src_configure() {
33
src_configure() {

Return to bug 434672