projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27684e2
)
Use a config instance that's not locked/immutable.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 13 Apr 2007 04:13:42 +0000
(
04:13
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 13 Apr 2007 04:13:42 +0000
(
04:13
-0000)
svn path=/main/trunk/; revision=6383
pym/portage/dbapi/porttree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/porttree.py
b/pym/portage/dbapi/porttree.py
index 11182d1c163db689f910b6b7999f1bee40a20d08..ad6ccc45a3888016179bd0a821442a60842569b3 100644
(file)
--- a/
pym/portage/dbapi/porttree.py
+++ b/
pym/portage/dbapi/porttree.py
@@
-700,8
+700,8
@@
class portdbapi(dbapi):
match=1
uselist = []
if "?" in licenses:
- self.
my
settings.setcpv(mycpv, mydb=self)
- uselist = self.
my
settings.get("USE", "").split()
+ self.
doebuild_
settings.setcpv(mycpv, mydb=self)
+ uselist = self.
doebuild_
settings.get("USE", "").split()
try:
if self.mysettings.getMissingLicenses(
licenses, mycpv, uselist):