summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-09-25 23:42:13 +0000
committerZac Medico <zmedico@gentoo.org>2008-09-25 23:42:13 +0000
commit93a4be885e601e5c5f27f1b307e7a4ee06ac8966 (patch)
tree3821db0024443601ce221b1db6cbd00918a99ad1 /pym
parent6dc9e2a9b1f4043a2c4972c5599f7a61b1f04f3f (diff)
downloadportage-93a4be885e601e5c5f27f1b307e7a4ee06ac8966.tar.gz
portage-93a4be885e601e5c5f27f1b307e7a4ee06ac8966.tar.bz2
portage-93a4be885e601e5c5f27f1b307e7a4ee06ac8966.zip
Add PROPERTIES to portage.auxdbkeys since it's been approved by the council.
svn path=/main/trunk/; revision=11549
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index dcd399f24..529bb5274 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -6843,8 +6843,8 @@ auxdbkeys=[
'RESTRICT', 'HOMEPAGE', 'LICENSE', 'DESCRIPTION',
'KEYWORDS', 'INHERITED', 'IUSE', 'CDEPEND',
'PDEPEND', 'PROVIDE', 'EAPI',
- 'UNUSED_01', 'UNUSED_02', 'UNUSED_03', 'UNUSED_04',
- 'UNUSED_05', 'UNUSED_06', 'UNUSED_07',
+ 'PROPERTIES', 'UNUSED_06', 'UNUSED_05', 'UNUSED_04',
+ 'UNUSED_03', 'UNUSED_02', 'UNUSED_01',
]
auxdbkeylen=len(auxdbkeys)