Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 132064 Details for
Bug 192706
emerge -pq --depclean shouldn't produce output if there's nothing to do
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
do not print a summary if --quiet and there is nothing to clean
quiet.patch (text/plain), 419 bytes, created by
Zac Medico
on 2007-09-28 06:45:17 UTC
(
hide
)
Description:
do not print a summary if --quiet and there is nothing to clean
Filename:
MIME Type:
Creator:
Zac Medico
Created:
2007-09-28 06:45:17 UTC
Size:
419 bytes
patch
obsolete
>Index: bin/emerge >=================================================================== >--- bin/emerge (revision 7867) >+++ bin/emerge (revision 7868) >@@ -5709,6 +5709,9 @@ > if action == "prune": > return > >+ if not cleanlist and "--quiet" in myopts: >+ return >+ > print "Packages installed: "+str(len(myvarlist)) > print "Packages in world: "+str(len(worldlist)) > print "Packages in system: "+str(len(syslist))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 192706
: 132064