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: Sun, 01 Jan 2023 21:16:10
Message-Id: 1672607755.a2bbb25b11af5217885e19e4c3b59b04a10c2592.sam@gentoo
1 commit: a2bbb25b11af5217885e19e4c3b59b04a10c2592
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 21:15:55 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 21:15:55 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2bbb25b
7
8 sys-devel/gcc: keyword 12.2.1_p20221231
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-devel/gcc/gcc-12.2.1_p20221231.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/sys-devel/gcc/gcc-12.2.1_p20221231.ebuild b/sys-devel/gcc/gcc-12.2.1_p20221231.ebuild
16 index 0a26e86f2242..85b3b5eaeecb 100644
17 --- a/sys-devel/gcc/gcc-12.2.1_p20221231.ebuild
18 +++ b/sys-devel/gcc/gcc-12.2.1_p20221231.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -34,9 +34,9 @@ inherit toolchain
26 EGIT_BRANCH=releases/gcc-$(ver_cut 1)
27
28 # Don't keyword live ebuilds
29 -#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
30 -# KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
31 -#fi
32 +if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
33 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
34 +fi
35
36 # Technically only if USE=hardened *too* right now, but no point in complicating it further.
37 # If GCC is enabling CET by default, we need glibc to be built with support for it.