Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45168 Details for
Bug 73167
portage-2.0.51-r7 lost the ability to override profile packages
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Check for - in 'packages' files
packages.patch (text/plain), 657 bytes, created by
Harald van Dijk (RETIRED)
on 2004-12-02 13:29:26 UTC
(
hide
)
Description:
Check for - in 'packages' files
Filename:
MIME Type:
Creator:
Harald van Dijk (RETIRED)
Created:
2004-12-02 13:29:26 UTC
Size:
657 bytes
patch
obsolete
>--- portage-2.0.51-r7/pym/portage.py >+++ portage-2.0.51-r7.new/pym/portage.py >@@ -752,6 +752,8 @@ > pkgs=grabfile(myfilename,compatlevel) > for x in range(len(pkgs)-1,-1,-1): > pkg = pkgs[x] >+ if pkg[0] == "-": >+ pkg = pkg[1:] > if pkg[0] == "*": > pkg = pkg[1:] > if not isvalidatom(pkg): >--- portage-2.0.51-r7/pym/portage_util.py >+++ portage-2.0.51-r7.new/pym/portage_util.py >@@ -166,6 +166,8 @@ > pkgs=grabfile(myfilename,compatlevel) > for x in range(len(pkgs)-1,-1,-1): > pkg = pkgs[x] >+ if pkg[0] == "-": >+ pkg = pkg[1:] > if pkg[0] == "*": # Kill this so we can deal the "packages" file too > pkg = pkg[1:] > if not isvalidatom(pkg):
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 73167
: 45168