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: Mon, 03 Jan 2022 12:36:31
Message-Id: 1641213369.a7d00b4f87b8e89be76ef257008264e077185af2.sam@gentoo
1 commit: a7d00b4f87b8e89be76ef257008264e077185af2
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Mon Jan 3 11:42:24 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 12:36:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d00b4f
7
8 dev-util/ccache: stable 4.5.1 for hppa, bug #830377
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 RepoMan-Options: --include-arches="hppa"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 dev-util/ccache/ccache-4.5.1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-util/ccache/ccache-4.5.1.ebuild b/dev-util/ccache/ccache-4.5.1.ebuild
19 index 895c94f4d1aa..33eaea9d849e 100644
20 --- a/dev-util/ccache/ccache-4.5.1.ebuild
21 +++ b/dev-util/ccache/ccache-4.5.1.ebuild
22 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ccache/ccache/releases/download/v${PV}/ccache-${PV}.
23
24 LICENSE="GPL-3 LGPL-3"
25 SLOT="0"
26 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
27 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
28 # Enable 'static-c++' by default to make 'gcc' ebuild Just Work: bug #761220
29 IUSE="doc redis +static-c++ test"
30 RESTRICT="!test? ( test )"