commit: 45069a2b9ae93325c6e94fd071abc90d877873ef Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Fri Apr 3 19:39:00 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Apr 3 19:40:00 2020 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=45069a2b
scripts/gen_archlist.py: Drop ia64 from stable arches Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> scripts/gen_archlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',