projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c1a530
)
Use PORTAGE_USE when evaluating LICENSE inside portdbapi.gvisible().
author
Zac Medico
<zmedico@gentoo.org>
Mon, 2 Mar 2009 22:37:58 +0000
(22:37 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Mon, 2 Mar 2009 22:37:58 +0000
(22:37 -0000)
svn path=/main/trunk/; revision=12740
pym/portage/dbapi/porttree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/porttree.py
b/pym/portage/dbapi/porttree.py
index bf05531c027c85b7a7e0b84d8bc95079629d7b91..dd2257afea9f2ef2b38913277de2fc49b2ff172c 100644
(file)
--- a/
pym/portage/dbapi/porttree.py
+++ b/
pym/portage/dbapi/porttree.py
@@
-879,7
+879,7
@@
class portdbapi(dbapi):
metadata["USE"] = ""
if "?" in metadata["LICENSE"]:
self.doebuild_settings.setcpv(mycpv, mydb=metadata)
- metadata[
"USE"] = self.doebuild_settings.get("USE", "")
+ metadata[
'USE'] = self.doebuild_settings['PORTAGE_USE']
try:
if self.mysettings._getMissingLicenses(mycpv, metadata):
continue