Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc-config/
Date: Sat, 01 Jan 2022 09:33:50
Message-Id: 1641029614.2ebb567fe3566c0c4306229730b49db2b9e572c9.arthurzam@gentoo
1 commit: 2ebb567fe3566c0c4306229730b49db2b9e572c9
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 09:33:34 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 09:33:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ebb567f
7
8 sys-devel/gcc-config: Stabilize 2.5-r1 arm, #830376
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-devel/gcc-config/gcc-config-2.5-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-devel/gcc-config/gcc-config-2.5-r1.ebuild b/sys-devel/gcc-config/gcc-config-2.5-r1.ebuild
16 index 67c6a7ee6316..d1fb269e4e84 100644
17 --- a/sys-devel/gcc-config/gcc-config-2.5-r1.ebuild
18 +++ b/sys-devel/gcc-config/gcc-config-2.5-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then
26 inherit git-r3
27 else
28 SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
29 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
30 + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
31 fi
32
33 DESCRIPTION="Utility to manage compilers"