aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbgenerator/database.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbgenerator/database.py b/dbgenerator/database.py
index 7d7ca4e..1360b79 100644
--- a/dbgenerator/database.py
+++ b/dbgenerator/database.py
@@ -26,7 +26,7 @@ class SQLPackageDatabase(object):
at least self.cursor"""
# This should match /usr/portage/profiles/arch.list
- arches = frozenset(ConstData.all_arches)
+ arches = frozenset(ConstData.arches['all'])
# If you change the database structure below, you should
# increment this number
schema_version = 71