Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc-config/
Date: Fri, 11 Jan 2019 21:00:21
Message-Id: 1547240329.05bfbe14c30cb053014928aa9693efe94dc07949.leio@gentoo
1 commit: 05bfbe14c30cb053014928aa9693efe94dc07949
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 11 12:36:08 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 11 20:58:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bfbe14
7
8 sys-devel/gcc-config: arm64 stable (bug #673088)
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 sys-devel/gcc-config/gcc-config-2.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-devel/gcc-config/gcc-config-2.0.ebuild b/sys-devel/gcc-config/gcc-config-2.0.ebuild
17 index 46440d36bc6..027b650ca72 100644
18 --- a/sys-devel/gcc-config/gcc-config-2.0.ebuild
19 +++ b/sys-devel/gcc-config/gcc-config-2.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
27 else
28 SRC_URI="mirror://gentoo/${P}.tar.xz
29 https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz"
30 - KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
31 + KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
32 fi
33
34 DESCRIPTION="Utility to manage compilers"