commit: 1ded484740ac06ee2e135b9dd7225e683b464048 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Apr 28 00:57:20 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Apr 28 00:57:20 2025 +0000 URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=1ded4847
builders: adapt to sys-devel/gcc:16's first snapshot, sys-devel/gcc:15 release sys-devel/gcc:15 has been released and is now in ~arch, so add it as a slot but drop the package.accept_keywords (we don't currently *additionally* build the weekly snapshots that are unkeyworded for each branch, maybe we could/should, dunno. See https://wiki.gentoo.org/wiki/Project:Toolchain/sys-devel/gcc#Usage). Add 16 as another slot and give it the treatment that 15 had before now w/ package.accept_keywords. Signed-off-by: Sam James <sam <AT> gentoo.org> builders/dola/gnome-23/portage/variants/unstable/buildpkgonly | 2 +- .../dola/gnome-23/portage/variants/unstable/package.accept_keywords/gcc | 2 +- builders/milou/gnome-23/portage/variants/unstable/buildpkgonly | 2 +- .../gnome-23/portage/variants/unstable/package.accept_keywords/gcc | 2 +- builders/milou/gnome-v3-23/portage/variants/unstable/buildpkgonly | 2 +- .../gnome-v3-23/portage/variants/unstable/package.accept_keywords/gcc | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/builders/dola/gnome-23/portage/variants/unstable/buildpkgonly b/builders/dola/gnome-23/portage/variants/unstable/buildpkgonly index 8c894b0..c97cc92 100755 --- a/builders/dola/gnome-23/portage/variants/unstable/buildpkgonly +++ b/builders/dola/gnome-23/portage/variants/unstable/buildpkgonly @@ -4,6 +4,6 @@ set -e # We must use buildpkgonly here since we do not want to actually install # unstable packages. buildpkgonly will fatally error if any dependencies aren't # installed. -emerge --buildpkgonly sys-devel/gcc:{15,14,13,12} +emerge --buildpkgonly sys-devel/gcc:{16,15,14,13,12} # ... and clean it up rm /etc/portage/package.accept_keywords/gcc diff --git a/builders/dola/gnome-23/portage/variants/unstable/package.accept_keywords/gcc b/builders/dola/gnome-23/portage/variants/unstable/package.accept_keywords/gcc index 8b9d7eb..faed33e 100644 --- a/builders/dola/gnome-23/portage/variants/unstable/package.accept_keywords/gcc +++ b/builders/dola/gnome-23/portage/variants/unstable/package.accept_keywords/gcc @@ -1,2 +1,2 @@ sys-devel/gcc ~amd64 -<sys-devel/gcc-15.0.9999:15 ** +<sys-devel/gcc-16.0.9999:16 ** diff --git a/builders/milou/gnome-23/portage/variants/unstable/buildpkgonly b/builders/milou/gnome-23/portage/variants/unstable/buildpkgonly index 8c894b0..c97cc92 100755 --- a/builders/milou/gnome-23/portage/variants/unstable/buildpkgonly +++ b/builders/milou/gnome-23/portage/variants/unstable/buildpkgonly @@ -4,6 +4,6 @@ set -e # We must use buildpkgonly here since we do not want to actually install # unstable packages. buildpkgonly will fatally error if any dependencies aren't # installed. -emerge --buildpkgonly sys-devel/gcc:{15,14,13,12} +emerge --buildpkgonly sys-devel/gcc:{16,15,14,13,12} # ... and clean it up rm /etc/portage/package.accept_keywords/gcc diff --git a/builders/milou/gnome-23/portage/variants/unstable/package.accept_keywords/gcc b/builders/milou/gnome-23/portage/variants/unstable/package.accept_keywords/gcc index 8b9d7eb..faed33e 100644 --- a/builders/milou/gnome-23/portage/variants/unstable/package.accept_keywords/gcc +++ b/builders/milou/gnome-23/portage/variants/unstable/package.accept_keywords/gcc @@ -1,2 +1,2 @@ sys-devel/gcc ~amd64 -<sys-devel/gcc-15.0.9999:15 ** +<sys-devel/gcc-16.0.9999:16 ** diff --git a/builders/milou/gnome-v3-23/portage/variants/unstable/buildpkgonly b/builders/milou/gnome-v3-23/portage/variants/unstable/buildpkgonly index 8c894b0..c97cc92 100755 --- a/builders/milou/gnome-v3-23/portage/variants/unstable/buildpkgonly +++ b/builders/milou/gnome-v3-23/portage/variants/unstable/buildpkgonly @@ -4,6 +4,6 @@ set -e # We must use buildpkgonly here since we do not want to actually install # unstable packages. buildpkgonly will fatally error if any dependencies aren't # installed. -emerge --buildpkgonly sys-devel/gcc:{15,14,13,12} +emerge --buildpkgonly sys-devel/gcc:{16,15,14,13,12} # ... and clean it up rm /etc/portage/package.accept_keywords/gcc diff --git a/builders/milou/gnome-v3-23/portage/variants/unstable/package.accept_keywords/gcc b/builders/milou/gnome-v3-23/portage/variants/unstable/package.accept_keywords/gcc index 8b9d7eb..faed33e 100644 --- a/builders/milou/gnome-v3-23/portage/variants/unstable/package.accept_keywords/gcc +++ b/builders/milou/gnome-v3-23/portage/variants/unstable/package.accept_keywords/gcc @@ -1,2 +1,2 @@ sys-devel/gcc ~amd64 -<sys-devel/gcc-15.0.9999:15 ** +<sys-devel/gcc-16.0.9999:16 **
