Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/failureaccess/
Date: Mon, 21 Feb 2022 07:47:07
Message-Id: 1645429617.47557a31226ea576e618b72a350fbc38130de554.ago@gentoo
1 commit: 47557a31226ea576e618b72a350fbc38130de554
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 21 07:46:57 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 21 07:46:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47557a31
7
8 dev-java/failureaccess: ppc64 stable wrt bug #833758
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-java/failureaccess/failureaccess-30.1.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-java/failureaccess/failureaccess-30.1.1.ebuild b/dev-java/failureaccess/failureaccess-30.1.1.ebuild
18 index 946d7db0d496..b9ddcb94c91c 100644
19 --- a/dev-java/failureaccess/failureaccess-30.1.1.ebuild
20 +++ b/dev-java/failureaccess/failureaccess-30.1.1.ebuild
21 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/google/guava/failureaccess"
22 SRC_URI="https://codeload.github.com/google/guava/tar.gz/refs/tags/v${PV} -> ${MY_P}.tar.gz"
23 LICENSE="Apache-2.0"
24 SLOT="0"
25 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
26 +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
27
28 DEPEND=">=virtual/jdk-1.8:*"
29 RDEPEND=">=virtual/jre-1.8:*"