From 34554e7b5657e671f7abf7debc86cbe8aacb081b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 27 Jun 2007 09:57:52 +0000 Subject: Format $EBUILD_OVERLAY_ECLASSES output more like it was before. (trunk r7055) svn path=/main/branches/2.1.2/; revision=7056 --- bin/ebuild.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bin/ebuild.sh') diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 332713e74..a3c591f87 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -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%/*} -- cgit v1.2.3-1-g7c22