Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jempbox/
Date: Fri, 29 Nov 2019 20:35:58
Message-Id: 1575059746.42ee8ad26dfb37824030a9a47d851c2f34f5b778.bman@gentoo
1 commit: 42ee8ad26dfb37824030a9a47d851c2f34f5b778
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 29 20:32:54 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 20:35:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ee8ad2
7
8 dev-java/jempbox: arm64 stable (bug #701458)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.80, Repoman-2.3.19
12
13 dev-java/jempbox/jempbox-1.8.11-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-java/jempbox/jempbox-1.8.11-r1.ebuild b/dev-java/jempbox/jempbox-1.8.11-r1.ebuild
17 index 21d7eb1a6db..b7fc5d711d7 100644
18 --- a/dev-java/jempbox/jempbox-1.8.11-r1.ebuild
19 +++ b/dev-java/jempbox/jempbox-1.8.11-r1.ebuild
20 @@ -15,7 +15,7 @@ HOMEPAGE="https://pdfbox.apache.org/"
21 SRC_URI="mirror://apache/${MY_PN}/${PV}/${MY_P}-src.zip"
22 LICENSE="Apache-2.0"
23 SLOT="1.8"
24 -KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
25 +KEYWORDS="amd64 arm64 ~ppc64 ~x86"
26 IUSE="test"
27
28 RDEPEND=">=virtual/jre-1.8"