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: Sat, 01 Jan 2022 05:34:17
Message-Id: 1641015143.9c13ec07c645b7ee33a6b620b00d6b72a33e553d.sam@gentoo
1 commit: 9c13ec07c645b7ee33a6b620b00d6b72a33e553d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 05:32:23 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 05:32:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c13ec07
7
8 dev-util/ccache: Stabilize 4.5.1 sparc, #830377
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-util/ccache/ccache-4.5.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/ccache/ccache-4.5.1.ebuild b/dev-util/ccache/ccache-4.5.1.ebuild
16 index 39deaa2e861d..8cb44ac4cf03 100644
17 --- a/dev-util/ccache/ccache-4.5.1.ebuild
18 +++ b/dev-util/ccache/ccache-4.5.1.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 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ccache/ccache/releases/download/v${PV}/ccache-${PV}.
26
27 LICENSE="GPL-3 LGPL-3"
28 SLOT="0"
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 # Enable 'static-c++' by default to make 'gcc' ebuild Just Work: bug #761220
32 IUSE="doc redis +static-c++ test"
33 RESTRICT="!test? ( test )"