diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-02-07 13:55:45 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-02-07 13:58:07 +0200 |
commit | 09f3b3a5cd37a5880178137105132626361316e5 (patch) | |
tree | bf25886b8b5f0faeb477fec675b25dc596dc570b | |
parent | x11-libs/gtk+: Remove very outdated live ebuild (diff) | |
download | gnome-09f3b3a5cd37a5880178137105132626361316e5.tar.gz gnome-09f3b3a5cd37a5880178137105132626361316e5.tar.bz2 gnome-09f3b3a5cd37a5880178137105132626361316e5.zip |
scripts/gen_archlist.py: Add s390
s390 is somewhat doing stable again and keeping up with things,
so include it in package stabilization lists too now.
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
-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 746255f9..17fcd6f1 100755 --- a/scripts/gen_archlist.py +++ b/scripts/gen_archlist.py @@ -38,7 +38,7 @@ logger = logging.getLogger('gen_archlist') # GNOME_OVERLAY = PORTDB.getRepositoryPath('gnome') portage.portdb.porttrees = [portage.settings['PORTDIR']] STABLE_ARCHES = ('alpha', 'amd64', 'arm', 'arm64', 'hppa', 'ia64', - 'ppc', 'ppc64', 'sparc', 'x86') + 'ppc', 'ppc64', 's390', 'sparc', 'x86') UNSTABLE_ARCHES = ('~alpha', '~amd64', '~arm', '~arm64', '~hppa', '~ia64', '~m68k', '~ppc', '~ppc64', '~s390', '~sh', '~sparc', '~x86', '~x86-fbsd') |