diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-13 20:30:13 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-13 20:32:22 +0200 |
commit | 10b72005084377924c357b11c920c4f5c4cfd8d0 (patch) | |
tree | aae3d83ea7a75708a19a3d46c65e0605eaef55a6 /dev-java/jempbox/jempbox-1.8.11.ebuild | |
parent | dev-java/pdfbox: keyword ~arm64 (diff) | |
download | gentoo-10b72005084377924c357b11c920c4f5c4cfd8d0.tar.gz gentoo-10b72005084377924c357b11c920c4f5c4cfd8d0.tar.bz2 gentoo-10b72005084377924c357b11c920c4f5c4cfd8d0.zip |
dev-java/jempbox: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-java/jempbox/jempbox-1.8.11.ebuild')
-rw-r--r-- | dev-java/jempbox/jempbox-1.8.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jempbox/jempbox-1.8.11.ebuild b/dev-java/jempbox/jempbox-1.8.11.ebuild index 01b0eb25b92e..7653bdb73e99 100644 --- a/dev-java/jempbox/jempbox-1.8.11.ebuild +++ b/dev-java/jempbox/jempbox-1.8.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,7 +15,7 @@ HOMEPAGE="http://pdfbox.apache.org/" SRC_URI="mirror://apache/${MY_PN}/${PV}/${MY_P}-src.zip" LICENSE="Apache-2.0" SLOT="1.8" -KEYWORDS="amd64 ppc64 x86" +KEYWORDS="amd64 ~arm64 ppc64 x86" IUSE="test" RDEPEND=">=virtual/jre-1.6" |