diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/const_data.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/const_data.py b/etc/const_data.py index e91bb03..e38f58f 100644 --- a/etc/const_data.py +++ b/etc/const_data.py @@ -6,5 +6,6 @@ class ConstData(object): # This should match /usr/portage/profiles/arch.list # m68k is excluded at the request of vapier - arches = ['alpha', 'amd64', 'arm', 'hppa', 'ia64', 'mips', 'ppc', 'ppc64', 's390', 'sh', 'sparc', 'sparc-fbsd', 'x86', 'x86-fbsd'] + # x86-fbsd, sparc-fbsd to return later + arches = ['alpha', 'amd64', 'arm', 'hppa', 'ia64', 'mips', 'ppc', 'ppc64', 's390', 'sh', 'sparc', 'x86'] arches.sort() |