From d98c98205f2eae3e8fd744f1969d6c7bc3251456 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 25 Feb 2010 04:32:14 +0000 Subject: Make auxdbkeys a tuple instead of a list. svn path=/main/trunk/; revision=15449 --- pym/portage/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym') diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index 1bf96ba18..fa26e7f75 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -2642,14 +2642,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, -- cgit v1.2.3-1-g7c22