From 98f46bb384749baf895d520c5c8051e6e86e0abc Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Sun, 6 Sep 2015 18:51:27 +0200 Subject: 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 --- scripts/gen_archlist.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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') -- cgit v1.2.3-65-gdbad