aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-10-20 10:52:32 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-10-20 10:52:32 +0000
commit48ad6cf8f162c647e07f4740d4424a938aa9711d (patch)
tree2315bcac3b7a84fb83f7aa1dffffe477a4c276e7 /etc
parentValidation fun. (diff)
downloadpackages-3-48ad6cf8f162c647e07f4740d4424a938aa9711d.tar.gz
packages-3-48ad6cf8f162c647e07f4740d4424a938aa9711d.tar.bz2
packages-3-48ad6cf8f162c647e07f4740d4424a938aa9711d.zip
Block some more arches for the moment as a temporary measure.
Diffstat (limited to 'etc')
-rw-r--r--etc/const_data.py3
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()