summaryrefslogtreecommitdiffstats
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
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
-rwxr-xr-xbin/ebuild.sh4
-rw-r--r--pym/portage/__init__.py4
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)