Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 444344
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- enlightenment.eclass
0
++ enlightenment.eclass
Lines 118-124 Link Here
118
	else
118
	else
119
		unpack ${A}
119
		unpack ${A}
120
	fi
120
	fi
121
	has src_prepare ${ENLIGHTENMENT_EXPF} || enlightenment_src_prepare
121
	has src_prepare ${ENLIGHTENMENT_EXPF} || { cd "${S}" || die ; enlightenment_src_prepare ;}
122
}
122
}
123
123
124
enlightenment_src_prepare() {
124
enlightenment_src_prepare() {

Return to bug 444344