From 93a4be885e601e5c5f27f1b307e7a4ee06ac8966 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 25 Sep 2008 23:42:13 +0000 Subject: Add PROPERTIES to portage.auxdbkeys since it's been approved by the council. svn path=/main/trunk/; revision=11549 --- bin/ebuild.sh | 4 ++-- pym/portage/__init__.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index e0b63d9f1..94a08c398 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -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 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) -- cgit v1.2.3-1-g7c22