Format $EBUILD_OVERLAY_ECLASSES output more like it was before. (trunk r7055)
authorZac Medico <zmedico@gentoo.org>
Wed, 27 Jun 2007 09:57:52 +0000 (09:57 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 27 Jun 2007 09:57:52 +0000 (09:57 -0000)
svn path=/main/branches/2.1.2/; revision=7056

bin/ebuild.sh

index 332713e743be49aab1526392bc37b2326ca61a60..a3c591f8790375ba11315b67c00a689953b1dd3c 100755 (executable)
@@ -294,7 +294,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%/*}