projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04420a5
)
Make auxdbkeys a tuple instead of a list. (trunk r15449)
author
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 20:59:11 +0000
(20:59 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 2 Mar 2010 20:59:11 +0000
(20:59 -0000)
svn path=/main/branches/2.1.7/; revision=15658
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index cf2cf26011b4d924469475dc980fd031c5fd1c98..ec030048184e47c5832e741beffb8ce58a68b82a 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-2639,14
+2639,14
@@
def getmaskingstatus(mycpv, settings=None, portdb=None):
return rValue
-auxdbkeys
=[
+auxdbkeys
= (
'DEPEND', 'RDEPEND', 'SLOT', 'SRC_URI',
'RESTRICT', 'HOMEPAGE', 'LICENSE', 'DESCRIPTION',
'KEYWORDS', 'INHERITED', 'IUSE', 'UNUSED_00',
'PDEPEND', 'PROVIDE', 'EAPI',
'PROPERTIES', 'DEFINED_PHASES', 'UNUSED_05', 'UNUSED_04',
'UNUSED_03', 'UNUSED_02', 'UNUSED_01',
- ]
+)
auxdbkeylen=len(auxdbkeys)
def pkgmerge(mytbz2, myroot, mysettings, mydbapi=None,