summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7633c060d0b7..6d84e9eaef2e 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.51 2006/03/03 03:16:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.52 2006/03/14 02:10:50 vapier Exp $
cd /
@@ -510,7 +510,7 @@ doemerge() {
}
# we include the '-u' so that we don't re-emerge packages
-EOPTS_DEF="${UOPTS} --nodeps"
+EOPTS_DEF="${UOPTS} --nodeps --oneshot"
EOPTS_UP="${EOPTS_DEF} -u"
EOPTS=${EOPTS_UP}