Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40902 Details for
Bug 66085
ebuild patch for autounstable
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
emerge patch from 2.0.51_rc7
emerge.patch (text/plain), 1.03 KB, created by
Mike Doty (RETIRED)
on 2004-10-01 22:30:02 UTC
(
hide
)
Description:
emerge patch from 2.0.51_rc7
Filename:
MIME Type:
Creator:
Mike Doty (RETIRED)
Created:
2004-10-01 22:30:02 UTC
Size:
1.03 KB
patch
obsolete
>--- emerge.orig 2004-10-01 23:09:20.974374384 -0500 >+++ emerge 2004-10-02 00:12:16.669381496 -0500 >@@ -1072,6 +1072,8 @@ > return match > > def select_dep(self,myroot,depstring,myparent=None,arg=None,myuse=None): >+ mysettings = portage.config(clone=portage.settings) >+ > "given a dependency string, create the appropriate depgraph and return 1 on success and 0 on failure" > if "--debug" in myopts: > print >@@ -1108,6 +1110,15 @@ > #We are not processing a blocker but a normal dependency > myeb=None > myeb_matches = portage.portdb.xmatch("match-visible",x) >+ if ("autounstable" in portage.features): >+ if (not myeb_matches): >+ myeb_matches = portage.portdb.xmatch("match-all",x) >+ arch = "~"+mysettings["ACCEPT_KEYWORDS"] >+ for p in myeb_matches: >+ t=portage.getmaskingstatus(p) >+ #print "p test: ",p," status: ",str(t)," arch:",arch, >+ if not (arch in str(t)): >+ del myeb_matches[myeb_matches.index(p)] > if ("--usepkgonly" not in myopts): > myeb=portage.best(myeb_matches) >
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 66085
: 40902