them out. The built_with_use() function in eutils.eclass needs to be updated
for compatibility. (trunk r9674)
svn path=/main/branches/2.1.2/; revision=9863
PDEPEND="${PDEPEND} ${E_PDEPEND}"
unset ECLASS E_IUSE E_DEPEND E_RDEPEND E_PDEPEND
-
- if [ "${EBUILD_PHASE}" != "depend" ] ; then
- # Make IUSE defaults backward compatible with all the old shell code.
- iuse_temp=""
- for x in ${IUSE} ; do
- if [[ ${x} == +* ]] || [[ ${x} == -* ]] ; then
- iuse_temp="${iuse_temp} ${x:1}"
- else
- iuse_temp="${iuse_temp} ${x}"
- fi
- done
- export IUSE=${iuse_temp}
- unset x iuse_temp
- fi
set +f
fi