* "Jonathan Callen (abcd)" <[email protected]>: > EAPI=2 > IUSE="test"
> src_prepare() {
> + use prefix || EPREFIX=
Why is prefix not in IUSE?
IUSE lists "the USE flags used by the ebuild.
Historically, USE_EXPAND values and ARCH were not included..."
prefix is not an ARCH.
BTW: don't we bump EAPI to not add this `use prefix ||...` test?
