summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-02-05 19:28:58 +0000
committerZac Medico <zmedico@gentoo.org>2006-02-05 19:28:58 +0000
commit44872095464650f5f9981e8b92419c26618b8f21 (patch)
tree9d1b80e18bb7f6f0d6641ae6e488a170272548c6
parent56a249218ba1519965f0bccaf9aca676a50b7ce6 (diff)
downloadportage-44872095464650f5f9981e8b92419c26618b8f21.tar.gz
portage-44872095464650f5f9981e8b92419c26618b8f21.tar.bz2
portage-44872095464650f5f9981e8b92419c26618b8f21.zip
remove outdated "You may avoid the remerging of packages" message
svn path=/main/trunk/; revision=2668
-rwxr-xr-xbin/emerge2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/emerge b/bin/emerge
index 6885cef58..081b7f6a4 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -1784,8 +1784,6 @@ class depgraph:
if mylist.index(x)<len(mylist)-1:
p.append(red("*** Portage will stop merging at this point and reload itself,"))
p.append(red(" then resume the merge."))
- if "--update" not in myopts:
- p.append(darkgreen(" You may avoid the remerging of packages by updating portage on its own."))
print
else:
if mysplit[0]=="sys-apps/portage" and ("--emptytree" in myopts):