Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 207343 Details for
Bug 235708
use.local.desc contains global flags
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
repoman patch
repoman-global-local-use.patch (text/plain), 1.32 KB, created by
Peter Volkov (RETIRED)
on 2009-10-16 17:56:52 UTC
(
hide
)
Description:
repoman patch
Filename:
MIME Type:
Creator:
Peter Volkov (RETIRED)
Created:
2009-10-16 17:56:52 UTC
Size:
1.32 KB
patch
obsolete
>Index: repoman >=================================================================== >--- repoman (revision 14610) >+++ repoman (working copy) >@@ -330,7 +330,8 @@ > "virtual.exists":"PROVIDE contains existing package names", > "virtual.unavailable":"PROVIDE contains a virtual which contains no profile default", > "usage.obsolete":"The ebuild makes use of an obsolete construct", >- "upstream.workaround":"The ebuild works around an upstream bug, an upstream bug should be filed and tracked in bugs.gentoo.org" >+ "upstream.workaround":"The ebuild works around an upstream bug, an upstream bug should be filed and tracked in bugs.gentoo.org", >+ "useflag.globaloverridden":"Global USE flag is overridden locally" > } > > qacats = list(qahelp) >@@ -373,6 +374,7 @@ > "upstream.workaround", > "LIVEVCS.stable", > "LIVEVCS.unmasked", >+"useflag.globaloverridden", > )) > > non_ascii_re = re.compile(r'[^\x00-\x7f]') >@@ -1542,6 +1544,13 @@ > stats["IUSE.invalid"]=stats["IUSE.invalid"]+1 > fails["IUSE.invalid"].append(x+"/"+y+".ebuild: %s" % myuse[mypos]) > >+ for localuse in muselist: >+ if localuse in uselist: >+ stats['useflag.globaloverridden'] += 1 >+ fails['useflag.globaloverridden'].append( >+ "%s/metadata.xml: Global USE '%s' overridden locally" % \ >+ (x, localuse)) >+ > # license checks > if not badlicsyntax: > myuse = myaux["LICENSE"]
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 235708
:
163774
| 207343