Use local EPREFIX for uniformity.
authorZac Medico <zmedico@gentoo.org>
Wed, 9 Nov 2011 18:48:36 +0000 (10:48 -0800)
committerZac Medico <zmedico@gentoo.org>
Wed, 9 Nov 2011 18:48:36 +0000 (10:48 -0800)
commitf75d02eb630c5595127faded4a048268ff59ac17
treec7e9698e65a73ef3be8ec3c08fca26566a990eb4
parent27a9aec2a725066bd4585baab252eae5110f6b58
Use local EPREFIX for uniformity.

The EPREFIX variable is not readonly in EAPI 0, 1, and 2, so we can
declare EPREFIX as a local variable. We must be careful not to let this
variable leak into the environment of ebuild/eclass functions that we
call, since bash propagates local variables to nested function calls.
bin/misc-functions.sh
bin/phase-helpers.sh