Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/
Date: Sat, 29 Oct 2022 15:33:23
Message-Id: 1667057589.12cfd69ccde02951595dce239723c40e379ed2ba.dilfridge@gentoo
1 commit: 12cfd69ccde02951595dce239723c40e379ed2ba
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 15:32:13 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 15:33:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12cfd69c
7
8 sys-devel/gcc: Restore mips keyword, can't reproduce the problem with it
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 sys-devel/gcc/gcc-12.2.1_p20221008.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-devel/gcc/gcc-12.2.1_p20221008.ebuild b/sys-devel/gcc/gcc-12.2.1_p20221008.ebuild
16 index 97bcb6b2054e..de4e0d488af6 100644
17 --- a/sys-devel/gcc/gcc-12.2.1_p20221008.ebuild
18 +++ b/sys-devel/gcc/gcc-12.2.1_p20221008.ebuild
19 @@ -35,7 +35,7 @@ EGIT_BRANCH=releases/gcc-$(ver_cut 1)
20
21 # Don't keyword live ebuilds
22 if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
23 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86"
24 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
25 fi
26
27 # Technically only if USE=hardened *too* right now, but no point in complicating it further.