Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 25120 Details for
Bug 39707
emerge system doesn't track dependencies correct in binary versions
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for incorrect USE flags with binpkgs on emerge system
portage-2.0.50-xcreate.patch (text/plain), 926 bytes, created by
Jason Stubbs (RETIRED)
on 2004-02-06 20:17:12 UTC
(
hide
)
Description:
Fix for incorrect USE flags with binpkgs on emerge system
Filename:
MIME Type:
Creator:
Jason Stubbs (RETIRED)
Created:
2004-02-06 20:17:12 UTC
Size:
926 bytes
patch
obsolete
>--- emerge.old 2004-02-07 13:00:16.436146640 +0900 >+++ emerge 2004-02-07 13:01:00.222490104 +0900 >@@ -1114,26 +1114,7 @@ > > #THIS NEXT BUNCH OF CODE NEEDS TO BE REPLACED TO SUPPORT WORLD ANTI-DEPS > #if mydep2[0]=="!":, etc. >- if "--usepkg" in myopts: >- mypk=portage.db[portage.root]["bintree"].dep_bestmatch(mydep) >- if myeb==mypk: >- myk=["binary",portage.root,mypk] >- elif "--usepkgonly" in myopts: >- if not mypk: >- self.missingbins += [myeb] >- myk=["binary",portage.root,myeb] >- else: >- myk=["binary",portage.root,mypk] >- else: >- myk=["ebuild",portage.root,myeb] >- else: >- myk=["ebuild",portage.root,myeb] >- if not self.create(myk): >- print >- print "!!! Problem with",myk[0],myk[2] >- print "!!! Possibly a DEPEND/*DEPEND problem." >- print >- return 0 >+ self.select_files([mydep]) > return 1 > > def match(self,mydep,myroot=portage.root,mykey=None):
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 39707
: 25120 |
25127