Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 46743 Details for
Bug 75217
/etc/portage/profile/virtuals should allow selection between installed providers of virtual/alsa
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
virtuals-selection.patch
virtuals-selection.patch (text/plain), 630 bytes, created by
Harald van Dijk (RETIRED)
on 2004-12-23 16:38:15 UTC
(
hide
)
Description:
virtuals-selection.patch
Filename:
MIME Type:
Creator:
Harald van Dijk (RETIRED)
Created:
2004-12-23 16:38:15 UTC
Size:
630 bytes
patch
obsolete
>--- portage-2.0.51-r8.orig/pym/portage.py >+++ portage-2.0.51-r8/pym/portage.py >@@ -1420,6 +1420,10 @@ > temp_vartree = vartree(myroot,profile_virtuals,categories=self.categories) > self.treeVirtuals = map_dictlist_vals(getCPFromCPV,temp_vartree.get_all_provides()) > for x in self.treeVirtuals.keys(): >+ if x in profile_virtuals.keys(): >+ for pkg in profile_virtuals[x]: >+ if pkg in self.treeVirtuals[x]: >+ self.treeVirtuals[x] = [pkg] + self.treeVirtuals[x] > self.treeVirtuals[x] = portage_util.unique_array(self.treeVirtuals[x]) > > # User settings and profile settings take precedence over tree.
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 75217
: 46743