Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 135261 | Differences between
and this patch

Collapse All | Expand All

(-)emergehelp.py-orig (-9 / +7 lines)
Lines 190-202 Link Here
190
		print "              causing it to output verbose debug information print to stdout."
190
		print "              causing it to output verbose debug information print to stdout."
191
		print "              --debug is great for finding bash syntax errors as providing"
191
		print "              --debug is great for finding bash syntax errors as providing"
192
		print "              very verbose information about the dependency and build process."
192
		print "              very verbose information about the dependency and build process."
193
		print
194
		print "       "+green("--deep")+" ("+green("-D")+" short option)"
195
		print "              When used in conjunction with --update, this flag forces emerge"
196
		print "              to consider the entire dependency tree of packages, instead of"
197
		print "              checking only the immediate dependencies of the packages.  As an"
198
		print "              example, this catches updates in libraries that are not directly"
199
		print "              listed in the dependencies of a package."
200
		print 
193
		print 
201
		print "       "+green("--emptytree")+" ("+green("-e")+" short option)"
194
		print "       "+green("--emptytree")+" ("+green("-e")+" short option)"
202
		print "              Virtually tweaks the tree of installed packages to contain"
195
		print "              Virtually tweaks the tree of installed packages to contain"
Lines 279-284 Link Here
279
		print "              Effects vary, but the general outcome is a reduced or condensed"
272
		print "              Effects vary, but the general outcome is a reduced or condensed"
280
		print "              output from portage's displays."
273
		print "              output from portage's displays."
281
		print
274
		print
275
		print "       "+green("--shallow")
276
		print "              When used in conjunction with --update, this flag forces emerge"
277
		print "              to check only the immediate dependencies of the packages, rather"
278
		print "              than consider the entire dependency tree."
279
		print
282
		print "       "+green("--skipfirst")
280
		print "       "+green("--skipfirst")
283
		print "              This option is only valid in a resume situation. It removes the"
281
		print "              This option is only valid in a resume situation. It removes the"
284
		print "              first package in the resume list so that a merge may continue in"
282
		print "              first package in the resume list so that a merge may continue in"
Lines 290-296 Link Here
290
		print "              Shows the dependency tree using indentation for dependencies."
288
		print "              Shows the dependency tree using indentation for dependencies."
291
		print "              The packages are also listed in reverse merge order so that"
289
		print "              The packages are also listed in reverse merge order so that"
292
		print "              a package's dependencies follow the package. Only really useful"
290
		print "              a package's dependencies follow the package. Only really useful"
293
		print "              in combination with --emptytree, --update or --deep."
291
		print "              in combination with --emptytree or --update."
294
		print
292
		print
295
		print "       "+green("--usepkg")+" ("+green("-k")+" short option)"
293
		print "       "+green("--usepkg")+" ("+green("-k")+" short option)"
296
		print "              Tell emerge to use binary packages (from $PKGDIR) if they are"
294
		print "              Tell emerge to use binary packages (from $PKGDIR) if they are"
Lines 348-354 Link Here
348
		print
346
		print
349
		print "       'emerge world' is the Portage command for completely updating your"
347
		print "       'emerge world' is the Portage command for completely updating your"
350
		print "       system.  The normal procedure is to first do an 'emerge --sync' and"
348
		print "       system.  The normal procedure is to first do an 'emerge --sync' and"
351
		print "       then an 'emerge --update --deep world'.  The first command brings your"
349
		print "       then an 'emerge --update world'.  The first command brings your"
352
		print "       local Portage tree up-to-date with the latest version information and"
350
		print "       local Portage tree up-to-date with the latest version information and"
353
		print "       ebuilds.  The second command then rebuilds all packages for which newer"
351
		print "       ebuilds.  The second command then rebuilds all packages for which newer"
354
		print "       versions or newer ebuilds have become available since you last did a"
352
		print "       versions or newer ebuilds have become available since you last did a"

Return to bug 135261