From f9efeda36bffc381a722bde04f8e7617d1ae05c6 Mon Sep 17 00:00:00 2001 From: Vlastimil Babka Date: Fri, 18 May 2007 18:51:35 +0000 Subject: Change the instructions when missing dependency to run emerge with -1Da instead of -uDa to also force remerging of the package itself, and not to record it in world. svn path=/projects/java-config-2/trunk/; revision=4676 --- src/gjl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gjl b/src/gjl index 9af8999..14ff37d 100755 --- a/src/gjl +++ b/src/gjl @@ -47,7 +47,7 @@ If this does not fix it, please report this to http://bugs.gentoo.org else: msg = """ Package %s not found in the system. This package is listed as a -dependency of %s. Please run emerge -uDa %s and if it does not bring in the +dependency of %s. Please run emerge -1Da %s and if it does not bring in the needed dependency, report this to http://bugs.gentoo.org. """ msg = msg % (dep_pkg,pkg,pkg) -- cgit v1.2.3-65-gdbad