Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/guava/
Date: Sat, 02 Jan 2016 23:15:34
Message-Id: 1451776514.95b389d87e75ac300cd978ec48ee697c9b2aef48.chewi@gentoo
1 commit: 95b389d87e75ac300cd978ec48ee697c9b2aef48
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 23:15:14 2016 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 23:15:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b389d8
7
8 dev-java/guava: Mark 18 stable for ppc retrospectively using ALLARCHES
9
10 The checkstyle-5.5 test suite was successfully run.
11
12 Package-Manager: portage-2.2.26
13
14 dev-java/guava/guava-18.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-java/guava/guava-18.0.ebuild b/dev-java/guava/guava-18.0.ebuild
18 index 204ab4f..df5eb8d 100644
19 --- a/dev-java/guava/guava-18.0.ebuild
20 +++ b/dev-java/guava/guava-18.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -13,7 +13,7 @@ SRC_URI="http://search.maven.org/remotecontent?filepath=com/google/${PN}/${PN}/$
28
29 LICENSE="Apache-2.0"
30 SLOT="18"
31 -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
32 +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
33
34 CDEPEND="
35 dev-java/javax-inject:0