From f34fcac10fbb28dd7d664ed8f1ac077dd27d0a68 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Fri, 9 Oct 2009 19:44:01 +0000 Subject: Ask for the output of 'emerge --info' instead of 'emerge --info =$CATEGORY/$PF'. Suggested by zmedico. svn path=/main/trunk/; revision=14526 --- bin/isolated-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index bbe6f045a..18a26aed1 100755 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -121,7 +121,7 @@ die() { | sed -e '1d' -e 's:^:RETAIN-LEADING-SPACE:' \ | while read -r n ; do eerror " ${n#RETAIN-LEADING-SPACE}" ; done eerror - eerror "If you need support, post the output of 'emerge --info =$CATEGORY/$PF'," + eerror "If you need support, post the output of 'emerge --info'," eerror "the complete build log and the output of 'emerge -pqv =$CATEGORY/$PF'." if [[ -n ${EBUILD_OVERLAY_ECLASSES} ]] ; then eerror "This ebuild used the following eclasses from overlays:" -- cgit v1.2.3-1-g7c22