summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-06-01 11:15:02 +0000
committerZac Medico <zmedico@gentoo.org>2006-06-01 11:15:02 +0000
commite6a38011e5158acc5dd4866112fc08aedd7afc1a (patch)
treea7a6800158ca1f35ebc9d62e08ee77630bc136a3
parentFix --buildpkgonly so that the "clean" phase is run afterwards. In other cas... (diff)
downloadportage-multirepo-e6a38011e5158acc5dd4866112fc08aedd7afc1a.tar.gz
portage-multirepo-e6a38011e5158acc5dd4866112fc08aedd7afc1a.tar.bz2
portage-multirepo-e6a38011e5158acc5dd4866112fc08aedd7afc1a.zip
Wrap at 80 columns for bug #135132.
svn path=/main/trunk/; revision=3446
-rwxr-xr-xbin/emerge11
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/emerge b/bin/emerge
index ced6c0ef..492e5cd6 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -3259,11 +3259,12 @@ elif "depclean"==myaction:
print red("*** WARNING ***")+" obvious mistakes. Packages can be manually added to the"
print red("*** WARNING ***")+" world list by running "+green("`emerge --noreplace <atom>`")+"."
print red("*** WARNING ***")
- print red("*** WARNING ***")+" It is normal for packages that are masked or listed in package.provided"
- print red("*** WARNING ***")+" to be removed by depclean. These are the most likely reasons that"
- print red("*** WARNING ***")+" depclean will remove a package even though it is in the world or system"
- print red("*** WARNING ***")+" package set. In order to troubleshoot these types of problems, it is"
- print red("*** WARNING ***")+" often helpful to look at the output of "+green("`grep -r <atom> /etc/portage`")+"."
+ print red("*** WARNING ***")+" It is normal for packages that are masked or listed in"
+ print red("*** WARNING ***")+" package.provided to be removed by depclean. These are the most"
+ print red("*** WARNING ***")+" likely reasons that depclean will remove a package even though"
+ print red("*** WARNING ***")+" it is in the world or system package set. In order to"
+ print red("*** WARNING ***")+" troubleshoot these types of problems, it is often helpful to"
+ print red("*** WARNING ***")+" look at the output of "+green("`grep -r <atom> /etc/portage`")+"."
print red("*** WARNING ***")
print red("*** WARNING ***")+" "+bold("Make sure you have a backup.")