Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/guava/
Date: Mon, 14 Jun 2021 06:39:30
Message-Id: 1623652741.6dacc44d7bd5c4b264303a1200a5a0171eef6c0c.slyfox@gentoo
1 commit: 6dacc44d7bd5c4b264303a1200a5a0171eef6c0c
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 14 06:39:01 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 14 06:39:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dacc44d
7
8 dev-java/guava: keyworded 20.0 for ppc64
9
10 keyworded wrt bug #795210
11
12 Package-Manager: Portage-3.0.20, Repoman-3.0.3
13 RepoMan-Options: --include-arches="ppc64"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 dev-java/guava/guava-20.0.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-java/guava/guava-20.0.ebuild b/dev-java/guava/guava-20.0.ebuild
20 index f07428f2619..a7e19f2e33f 100644
21 --- a/dev-java/guava/guava-20.0.ebuild
22 +++ b/dev-java/guava/guava-20.0.ebuild
23 @@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/google/guava"
24 SRC_URI="https://github.com/google/guava/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 LICENSE="Apache-2.0"
26 SLOT="${PV%.*}"
27 -KEYWORDS="amd64 ~arm64 x86"
28 +KEYWORDS="amd64 ~arm64 ~ppc64 x86"
29
30 CP_DEPEND="
31 dev-java/animal-sniffer-annotations:0