Add support for the new DEFINED_PHASES metadata key which is automatically generated
[portage.git] / pym / portage / __init__.py
index 1267efb902ae9c2a5b9c727dacc9aea4c43a4aba..a69ca7a4a2c2badd4b43503dd6d439138f2a10a0 100644 (file)
@@ -7114,7 +7114,7 @@ auxdbkeys=[
        'RESTRICT',  'HOMEPAGE',  'LICENSE',   'DESCRIPTION',
        'KEYWORDS',  'INHERITED', 'IUSE',      'CDEPEND',
        'PDEPEND',   'PROVIDE', 'EAPI',
-       'PROPERTIES', 'UNUSED_06', 'UNUSED_05', 'UNUSED_04',
+       'PROPERTIES', 'DEFINED_PHASES', 'UNUSED_05', 'UNUSED_04',
        'UNUSED_03', 'UNUSED_02', 'UNUSED_01',
        ]
 auxdbkeylen=len(auxdbkeys)