summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2015-09-06 18:51:27 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2015-09-06 18:51:27 +0200
commit98f46bb384749baf895d520c5c8051e6e86e0abc (patch)
treee95c0f0a5dfb28c752a03b6081e90dd724d6ba42 /scripts
parentscripts/gen_archlist: remove dead code (diff)
downloadgnome-98f46bb384749baf895d520c5c8051e6e86e0abc.tar.gz
gnome-98f46bb384749baf895d520c5c8051e6e86e0abc.tar.bz2
gnome-98f46bb384749baf895d520c5c8051e6e86e0abc.zip
scripts/gen_archlist: drop some stable keywords
As requested by Pacho in bug #559706, drop keywords of arches that are not considered for stabilization anymore. Gentoo-Bug: https://bugs.gentoo.org/559706
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen_archlist.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gen_archlist.py b/scripts/gen_archlist.py
index 7f677b1a..a9fdb87d 100755
--- a/scripts/gen_archlist.py
+++ b/scripts/gen_archlist.py
@@ -37,8 +37,8 @@ logger = logging.getLogger('gen_archlist')
#############
# GNOME_OVERLAY = PORTDB.getRepositoryPath('gnome')
portage.portdb.porttrees = [portage.settings['PORTDIR']]
-STABLE_ARCHES = ('alpha', 'amd64', 'arm', 'hppa', 'ia64', 'm68k', 'ppc',
- 'ppc64', 's390', 'sh', 'sparc', 'x86')
+STABLE_ARCHES = ('alpha', 'amd64', 'arm', 'hppa', 'ia64', 'ppc', 'ppc64',
+ 'sparc', 'x86')
UNSTABLE_ARCHES = ('~alpha', '~amd64', '~arm', '~hppa', '~ia64', '~m68k',
'~ppc', '~ppc64', '~s390', '~sh', '~sparc', '~x86',
'~x86-fbsd')