summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-06-27 09:56:12 +0000
committerZac Medico <zmedico@gentoo.org>2007-06-27 09:56:12 +0000
commite8ba59271796f35d70ba87bd2b989d7688964442 (patch)
tree4c8b9fb0a546e836c1eaa645cf9236f9c5a2aed7 /bin
parentFor bug #144333, add a --reinstall=changed-use option which behaves similar t... (diff)
downloadportage-idfetch-e8ba59271796f35d70ba87bd2b989d7688964442.tar.gz
portage-idfetch-e8ba59271796f35d70ba87bd2b989d7688964442.tar.bz2
portage-idfetch-e8ba59271796f35d70ba87bd2b989d7688964442.zip
Format $EBUILD_OVERLAY_ECLASSES output more like it was before.
svn path=/main/trunk/; revision=7055
Diffstat (limited to 'bin')
-rwxr-xr-xbin/isolated-functions.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index f95b207f..78e1096c 100755
--- a/bin/isolated-functions.sh
+++ b/bin/isolated-functions.sh
@@ -54,7 +54,11 @@ diefunc() {
[ -n "${PORTAGE_LOG_FILE}" ] && \
eerror "A complete build log is located at '${PORTAGE_LOG_FILE}'."
if [ -n "${EBUILD_OVERLAY_ECLASSES}" ] ; then
- eerror "This ebuild used eclasses from overlays: ${EBUILD_OVERLAY_ECLASSES}"
+ eerror "This ebuild used the following eclasses from overlays:"
+ local x
+ for x in ${EBUILD_OVERLAY_ECLASSES} ; do
+ eerror " ${x}"
+ done
fi
if [ ${EBUILD#${PORTDIR}/} == ${EBUILD} ] ; then
local overlay=${EBUILD%/*}