Add PROPERTIES to portage.auxdbkeys since it's been approved by the council.
authorZac Medico <zmedico@gentoo.org>
Thu, 25 Sep 2008 23:42:13 +0000 (23:42 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 25 Sep 2008 23:42:13 +0000 (23:42 -0000)
svn path=/main/trunk/; revision=11549

bin/ebuild.sh
pym/portage/__init__.py

index e0b63d9f1b7a45294985edd7820f0114451d6d47..94a08c398448aed637c842f312145fd6520c5863 100755 (executable)
@@ -2057,8 +2057,8 @@ ebuild_main() {
 
                auxdbkeys="DEPEND RDEPEND SLOT SRC_URI 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"
 
                #the extra $(echo) commands remove newlines
                unset CDEPEND
index dcd399f243a93664001c167e0e7161d09a49a348..529bb52746076da06959d8db5bda1f2577518166 100644 (file)
@@ -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)