summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-09 19:44:01 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-09 19:44:01 +0000
commitf34fcac10fbb28dd7d664ed8f1ac077dd27d0a68 (patch)
tree8853136c9409d618b5f6faa700a9c2e4ac5007c2
parentAsk for the output of 'emerge --info =$CATEGORY/$PF'. (diff)
downloadportage-multirepo-f34fcac10fbb28dd7d664ed8f1ac077dd27d0a68.tar.gz
portage-multirepo-f34fcac10fbb28dd7d664ed8f1ac077dd27d0a68.tar.bz2
portage-multirepo-f34fcac10fbb28dd7d664ed8f1ac077dd27d0a68.zip
Ask for the output of 'emerge --info' instead of 'emerge --info =$CATEGORY/$PF'. Suggested by zmedico.
svn path=/main/trunk/; revision=14526
-rwxr-xr-xbin/isolated-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh
index bbe6f045..18a26aed 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:"