Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 17740 Details for
Bug 10320
ebuilds merged by filename are not added to world file
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
emerge_10320 (text/plain), 541 bytes, created by
Carlos Castillo
on 2003-09-14 21:58:14 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Carlos Castillo
Created:
2003-09-14 21:58:14 UTC
Size:
541 bytes
patch
obsolete
>--- emerge_pre10320 2003-09-14 22:04:12.000000000 +0000 >+++ emerge 2003-09-14 22:02:15.000000000 +0000 >@@ -1299,7 +1299,7 @@ > if "--buildpkgonly" not in myopts: > portage.db[x[1]]["vartree"].inject(x[2]) > myfavkey=portage.cpv_getkey(x[2]) >- if (not "--fetchonly" in myopts) and (myfavkey in favorites): >+ if (not "--fetchonly" in myopts) and ((myfavkey in favorites) or (x[2] in favorites)): > myfavs=portage.grabfile(myroot+"var/cache/edb/world") > myfavdict=genericdict(myfavs) > mysysdict=genericdict(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 10320
: 17740