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/ccache/
Date: Thu, 16 Sep 2021 18:56:42
Message-Id: 1631818559.8f015237d7c06d8f00c797ef189d78d427f4c4b6.sam@gentoo
1 commit: 8f015237d7c06d8f00c797ef189d78d427f4c4b6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 16 18:55:59 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 16 18:55:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f015237
7
8 dev-util/ccache: Stabilize 4.3-r3 arm64, #813180
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/ccache/ccache-4.3-r3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/ccache/ccache-4.3-r3.ebuild b/dev-util/ccache/ccache-4.3-r3.ebuild
16 index 24986a57429..eaf735b95b7 100644
17 --- a/dev-util/ccache/ccache-4.3-r3.ebuild
18 +++ b/dev-util/ccache/ccache-4.3-r3.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ccache/ccache/releases/download/v${PV}/ccache-${PV}.
20
21 LICENSE="GPL-3 LGPL-3"
22 SLOT="0"
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 # Enable 'static-c++' by default to make 'gcc' ebuild Just Work: bug #761220
26 IUSE="+static-c++ test"