diff options
author | 2020-04-03 12:39:00 -0700 | |
---|---|---|
committer | 2020-04-03 12:40:00 -0700 | |
commit | 45069a2b9ae93325c6e94fd071abc90d877873ef (patch) | |
tree | e600ac65578130f5d3d9570fdaa31cd8477519cd /scripts | |
parent | */*: Drop sh keywords (diff) | |
download | gnome-45069a2b9ae93325c6e94fd071abc90d877873ef.tar.gz gnome-45069a2b9ae93325c6e94fd071abc90d877873ef.tar.bz2 gnome-45069a2b9ae93325c6e94fd071abc90d877873ef.zip |
scripts/gen_archlist.py: Drop ia64 from stable arches
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gen_archlist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_archlist.py b/scripts/gen_archlist.py index 8750b65b..6a2ec837 100755 --- a/scripts/gen_archlist.py +++ b/scripts/gen_archlist.py @@ -37,7 +37,7 @@ logger = logging.getLogger('gen_archlist') ############# # GNOME_OVERLAY = PORTDB.getRepositoryPath('gnome') portage.portdb.porttrees = [portage.settings['PORTDIR']] -STABLE_ARCHES = ('amd64', 'arm', 'arm64', 'hppa', 'ia64', +STABLE_ARCHES = ('amd64', 'arm', 'arm64', 'hppa', 'ppc', 'ppc64', 's390', 'sparc', 'x86') UNSTABLE_ARCHES = ('~alpha', '~amd64', '~arm', '~arm64', '~hppa', '~ia64', '~m68k', '~ppc', '~ppc64', '~s390', '~sparc', |