summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-11-26 15:54:07 +0000
committerMike Frysinger <vapier@gentoo.org>2006-11-26 15:54:07 +0000
commite7ee4e74a53204149b94dc1aceedd4a81b0d2fbb (patch)
tree47823bef5c3296e257c13bca8ed76ef6322e5585
parentupdate homepage, src_uri (diff)
downloadgentoo-2-e7ee4e74a53204149b94dc1aceedd4a81b0d2fbb.tar.gz
gentoo-2-e7ee4e74a53204149b94dc1aceedd4a81b0d2fbb.tar.bz2
gentoo-2-e7ee4e74a53204149b94dc1aceedd4a81b0d2fbb.zip
run `emerge --info` with the -v option
(Portage version: 2.1.2_rc2-r2)
-rwxr-xr-xsys-devel/crossdev/files/crossdev4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev
index 31c4b4b5f51f..38eecf5aed60 100755
--- a/sys-devel/crossdev/files/crossdev
+++ b/sys-devel/crossdev/files/crossdev
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.80 2006/11/16 21:58:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.81 2006/11/26 15:54:07 vapier Exp $
cd /
@@ -457,7 +457,7 @@ einfo "PORTAGE_TMPDIR: ${PORTAGE_TMPDIR}"
hr
) >& ${PORT_LOGDIR}/cross-${CTARGET}-info.log || exit 1
cat ${PORT_LOGDIR}/cross-${CTARGET}-info.log
-emerge --info >> ${PORT_LOGDIR}/cross-${CTARGET}-info.log
+emerge -v --info >> ${PORT_LOGDIR}/cross-${CTARGET}-info.log
####################################
### Fix up portage files / paths ###