Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 25565 Details for
Bug 41495
revdep-rebuild (and emerge -p) incorrectly order packages for an emerge.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
oneshot-unmerge.patch
oneshot-unmerge.patch (text/plain), 545 bytes, created by
TGL
on 2004-02-13 16:13:26 UTC
(
hide
)
Description:
oneshot-unmerge.patch
Filename:
MIME Type:
Creator:
TGL
Created:
2004-02-13 16:13:26 UTC
Size:
545 bytes
patch
obsolete
>--- bin/emerge.orig 2004-02-14 00:55:05.830680749 +0100 >+++ bin/emerge 2004-02-14 00:54:58.606571489 +0100 >@@ -1946,7 +1946,7 @@ > emergelog("=== Unmerging... ("+y+")") > mysplit=string.split(y,"/") > #unmerge... >- retval=portage.unmerge(mysplit[0],mysplit[1],portage.root,mysettings,unmerge_action not in ["clean","prune"]) >+ retval=portage.unmerge(mysplit[0],mysplit[1],portage.root,mysettings,unmerge_action not in ["clean","prune"] and not "--oneshot" in myopts) > if retval: > emergelog(" !!! unmerge FAILURE: "+y) > else:
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 41495
:
25565
|
25687
|
25688