Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: sys-devel/gcc/
Date: Sat, 30 Oct 2021 01:12:37
Message-Id: 1635556348.c171b3ee78785cd0f9c3df72bbdf9b49761bda03.anarchy@gentoo
1 commit: c171b3ee78785cd0f9c3df72bbdf9b49761bda03
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 30 01:12:28 2021 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 30 01:12:28 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=c171b3ee
7
8 sys-devel/gcc: sync stable keywords for 11.2.0
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 sys-devel/gcc/gcc-11.2.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-devel/gcc/gcc-11.2.0.ebuild b/sys-devel/gcc/gcc-11.2.0.ebuild
17 index ccb6c1c..48c4183 100644
18 --- a/sys-devel/gcc/gcc-11.2.0.ebuild
19 +++ b/sys-devel/gcc/gcc-11.2.0.ebuild
20 @@ -7,7 +7,7 @@ PATCH_VER="1"
21
22 inherit toolchain
23
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
25 +KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86"
26
27 RDEPEND=""
28 BDEPEND="${CATEGORY}/binutils"
29 @@ -28,4 +28,4 @@ src_prepare() {
30 fi
31
32 eapply_user
33 -}
34 \ No newline at end of file
35 +}