summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-09 19:50:09 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-09 19:50:09 +0000
commitfe4a919336b31cfbcb36e050e846f265f36b1c09 (patch)
tree3aad249a4c8e6a0ee8a48a0ca40bd4425f48f76e /bin
parentAsk for the output of 'emerge --info' instead of 'emerge --info =$CATEGORY/$P... (diff)
downloadportage-multirepo-fe4a919336b31cfbcb36e050e846f265f36b1c09.tar.gz
portage-multirepo-fe4a919336b31cfbcb36e050e846f265f36b1c09.tar.bz2
portage-multirepo-fe4a919336b31cfbcb36e050e846f265f36b1c09.zip
Add back Arfrever's emerge --info change because it's good and I was just
confused. svn path=/main/trunk/; revision=14527
Diffstat (limited to 'bin')
-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 18a26aed..bbe6f045 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',"
+ eerror "If you need support, post the output of 'emerge --info =$CATEGORY/$PF',"
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:"