Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/colorgcc/
Date: Wed, 02 Feb 2022 10:48:57
Message-Id: 1643798887.ffdb43093ce4d9363d362b8369b60b1a32474f72.sam@gentoo
1 commit: ffdb43093ce4d9363d362b8369b60b1a32474f72
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 2 10:48:07 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 2 10:48:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffdb4309
7
8 dev-util/colorgcc: Stabilize 1.3.2-r7 hppa, #832536
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/colorgcc/colorgcc-1.3.2-r7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/colorgcc/colorgcc-1.3.2-r7.ebuild b/dev-util/colorgcc/colorgcc-1.3.2-r7.ebuild
16 index 5843b51a93c8..5632536ed64d 100644
17 --- a/dev-util/colorgcc/colorgcc-1.3.2-r7.ebuild
18 +++ b/dev-util/colorgcc/colorgcc-1.3.2-r7.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 @@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="~alpha amd64 ~hppa ~mips ppc sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
30 +KEYWORDS="~alpha amd64 hppa ~mips ppc sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
31
32 DEPEND="dev-lang/perl"
33 RDEPEND="${DEPEND}"