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: Mon, 11 Oct 2021 04:29:27
Message-Id: 1633926546.de649ba97b96417975d786121dfb145320e6b217.sam@gentoo
1 commit: de649ba97b96417975d786121dfb145320e6b217
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 11 04:29:06 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 11 04:29:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de649ba9
7
8 sys-devel/gcc: Stabilize 11.2.0 arm64, #806586
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-devel/gcc/gcc-11.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-devel/gcc/gcc-11.2.0.ebuild b/sys-devel/gcc/gcc-11.2.0.ebuild
16 index ce15480267a..98e2eaeed24 100644
17 --- a/sys-devel/gcc/gcc-11.2.0.ebuild
18 +++ b/sys-devel/gcc/gcc-11.2.0.ebuild
19 @@ -7,7 +7,7 @@ PATCH_VER="1"
20
21 inherit toolchain
22
23 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
24 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
25
26 RDEPEND=""
27 BDEPEND="${CATEGORY}/binutils"