Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: scripts/
Date: Thu, 07 Feb 2019 11:58:21
Message-Id: 1549540687.09f3b3a5cd37a5880178137105132626361316e5.leio@gentoo
1 commit: 09f3b3a5cd37a5880178137105132626361316e5
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 7 11:55:45 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 7 11:58:07 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=09f3b3a5
7
8 scripts/gen_archlist.py: Add s390
9
10 s390 is somewhat doing stable again and keeping up with things,
11 so include it in package stabilization lists too now.
12
13 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
14
15 scripts/gen_archlist.py | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/scripts/gen_archlist.py b/scripts/gen_archlist.py
19 index 746255f9..17fcd6f1 100755
20 --- a/scripts/gen_archlist.py
21 +++ b/scripts/gen_archlist.py
22 @@ -38,7 +38,7 @@ logger = logging.getLogger('gen_archlist')
23 # GNOME_OVERLAY = PORTDB.getRepositoryPath('gnome')
24 portage.portdb.porttrees = [portage.settings['PORTDIR']]
25 STABLE_ARCHES = ('alpha', 'amd64', 'arm', 'arm64', 'hppa', 'ia64',
26 - 'ppc', 'ppc64', 'sparc', 'x86')
27 + 'ppc', 'ppc64', 's390', 'sparc', 'x86')
28 UNSTABLE_ARCHES = ('~alpha', '~amd64', '~arm', '~arm64', '~hppa', '~ia64',
29 '~m68k', '~ppc', '~ppc64', '~s390', '~sh', '~sparc',
30 '~x86', '~x86-fbsd')