commit: e94819d970e68aa376b6d54a0e1d530978af4011
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 13 06:34:03 2025 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Apr 13 06:34:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=e94819d9
scripts/auto-bootstraps/analyse_result: update default visibility list
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
scripts/auto-bootstraps/analyse_result.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scripts/auto-bootstraps/analyse_result.py
b/scripts/auto-bootstraps/analyse_result.py
index 428a110f2f..2b8cda2af1 100755
--- a/scripts/auto-bootstraps/analyse_result.py
+++ b/scripts/auto-bootstraps/analyse_result.py
@@ -11,6 +11,7 @@ resultsdir='./results'
deprecated_archs = (
'i386-apple-darwin9',
+ 'powerpc-apple-darwin9',
'x86_64-pc-cygwin',
'i386-pc-solaris2.11',
'sparc-sun-solaris2.10',
@@ -20,7 +21,7 @@ deprecated_archs = (
'x86_64-apple-darwin19',
'x86_64-apple-darwin20',
'x86_64-apple-darwin21',
- 'x86_64-apple-darwin22',
+ 'x86_64-apple-darwin23',
'arm64-apple-darwin21',
'arm64-apple-darwin22',
'x86_64-pc-linux-centos8.3',