Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 21241 Details for
Bug 33757
portage shouldnt check KEYWORDS if settings["PORTDIR"]+"/profiles/arch.list" was not found
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch against -r16
sync-noninvalid-AK.diff (text/plain), 507 bytes, created by
Marius Mauch (RETIRED)
on 2003-11-24 21:26:16 UTC
(
hide
)
Description:
patch against -r16
Filename:
MIME Type:
Creator:
Marius Mauch (RETIRED)
Created:
2003-11-24 21:26:16 UTC
Size:
507 bytes
patch
obsolete
>--- pym/portage.py.org 2003-10-22 04:05:49.000000000 +0200 >+++ pym/portage.py 2003-11-25 06:23:28.000000000 +0100 >@@ -5592,7 +5592,7 @@ > for myarch in grabfile(settings["PORTDIR"]+"/profiles/arch.list"): > archlist += [myarch,"~"+myarch] > for group in groups: >- if (group not in archlist) and group[0]!='-': >+ if (group not in archlist) and group[0]!='-' and len(archlist) > 0: > writemsg("\n"+red("!!! INVALID ACCEPT_KEYWORDS: ")+str(group)+"\n") > > # Clear the cache that we probably won't need anymore.
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 33757
: 21241