Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/failureaccess/
Date: Thu, 20 Jan 2022 08:46:16
Message-Id: 1642668355.34f4fc3f29e89bb3698186ba1a1d0e596d5bd35a.arthurzam@gentoo
1 commit: 34f4fc3f29e89bb3698186ba1a1d0e596d5bd35a
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 08:45:55 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 08:45:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34f4fc3f
7
8 dev-java/failureaccess: Keyword 30.1.1 arm64, #831439
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-java/failureaccess/failureaccess-30.1.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-java/failureaccess/failureaccess-30.1.1.ebuild b/dev-java/failureaccess/failureaccess-30.1.1.ebuild
16 index 9765f87d71f8..e20e3123a7da 100644
17 --- a/dev-java/failureaccess/failureaccess-30.1.1.ebuild
18 +++ b/dev-java/failureaccess/failureaccess-30.1.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 # Skeleton command:
25 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/google/guava/failureaccess"
26 SRC_URI="https://codeload.github.com/google/guava/tar.gz/refs/tags/v${PV} -> ${MY_P}.tar.gz"
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -KEYWORDS="~amd64"
30 +KEYWORDS="~amd64 ~arm64"
31
32 DEPEND=">=virtual/jdk-1.8:*"
33 RDEPEND=">=virtual/jre-1.8:*"