Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/
Date: Thu, 28 Apr 2022 20:01:52
Message-Id: 1651176102.4ce6587b573904d6b9df6a477b46fda27b82a9b1.sam@gentoo
1 commit: 4ce6587b573904d6b9df6a477b46fda27b82a9b1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 19:54:45 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 20:01:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce6587b
7
8 sys-devel/gcc: add 13.0.0_pre9999; update 12.0.0_pre9999 for release branch
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-devel/gcc/gcc-12.0.0_pre9999.ebuild | 2 +-
13 sys-devel/gcc/{gcc-12.0.0_pre9999.ebuild => gcc-13.0.0_pre9999.ebuild} | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-devel/gcc/gcc-12.0.0_pre9999.ebuild b/sys-devel/gcc/gcc-12.0.0_pre9999.ebuild
17 index 5874fa468001..c1e18287bd3f 100644
18 --- a/sys-devel/gcc/gcc-12.0.0_pre9999.ebuild
19 +++ b/sys-devel/gcc/gcc-12.0.0_pre9999.ebuild
20 @@ -12,7 +12,7 @@ MUSL_GCC_VER="12.0.0"
21
22 inherit toolchain
23 # Needs to be after inherit (for now?), bug #830908
24 -EGIT_BRANCH=master
25 +EGIT_BRANCH=releases/gcc-12
26
27 # Don't keyword live ebuilds
28 #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
29
30 diff --git a/sys-devel/gcc/gcc-12.0.0_pre9999.ebuild b/sys-devel/gcc/gcc-13.0.0_pre9999.ebuild
31 similarity index 97%
32 copy from sys-devel/gcc/gcc-12.0.0_pre9999.ebuild
33 copy to sys-devel/gcc/gcc-13.0.0_pre9999.ebuild
34 index 5874fa468001..c3692a55cf5a 100644
35 --- a/sys-devel/gcc/gcc-12.0.0_pre9999.ebuild
36 +++ b/sys-devel/gcc/gcc-13.0.0_pre9999.ebuild
37 @@ -3,7 +3,7 @@
38
39 EAPI=7
40
41 -TOOLCHAIN_GCC_PV=12.0.1
42 +TOOLCHAIN_GCC_PV=13.0.0
43
44 PATCH_VER="5"
45 PATCH_GCC_VER="12.0.0"