commit:     9b9ea474628ab301e6f26501133910fbc7207d5a
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 00:20:23 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 00:20:23 2024 +0000
URL:        https://gitweb.gentoo.org/proj/binhost.git/commit/?id=9b9ea474

gcc-unstable: make sure to build for gcc 13 as well

We should do this irrespective of which version is currently also the
main stable slot, as it allows people to test new snapshots as well.
Although actually gcc 14 is stable now. :)

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 builders/milou/gnome-23/portage/variants/unstable/buildpkgonly    | 2 +-
 builders/milou/gnome-v3-23/portage/variants/unstable/buildpkgonly | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/builders/milou/gnome-23/portage/variants/unstable/buildpkgonly 
b/builders/milou/gnome-23/portage/variants/unstable/buildpkgonly
index e344f3c..8c894b0 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 sys-devel/gcc:14 sys-devel/gcc:12
+emerge --buildpkgonly sys-devel/gcc:{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/buildpkgonly 
b/builders/milou/gnome-v3-23/portage/variants/unstable/buildpkgonly
index e344f3c..8c894b0 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 sys-devel/gcc:14 sys-devel/gcc:12
+emerge --buildpkgonly sys-devel/gcc:{15,14,13,12}
 # ... and clean it up
 rm /etc/portage/package.accept_keywords/gcc

Reply via email to