diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-13 08:58:08 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-13 09:47:48 +0200 |
commit | ed7de602bc3c65d2cf95bd67b6c7b045e0be220e (patch) | |
tree | 8cf83b4506f0d4124a655eccbf22d4468e8285d0 /dev-java/qdox | |
parent | dev-java/hamcrest-generator: keyword ~arm64 (diff) | |
download | gentoo-ed7de602bc3c65d2cf95bd67b6c7b045e0be220e.tar.gz gentoo-ed7de602bc3c65d2cf95bd67b6c7b045e0be220e.tar.bz2 gentoo-ed7de602bc3c65d2cf95bd67b6c7b045e0be220e.zip |
dev-java/qdox: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-java/qdox')
-rw-r--r-- | dev-java/qdox/qdox-1.12.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/qdox/qdox-1.12.1-r1.ebuild b/dev-java/qdox/qdox-1.12.1-r1.ebuild index a5a5f29f2623..55d7edd511d1 100644 --- a/dev-java/qdox/qdox-1.12.1-r1.ebuild +++ b/dev-java/qdox/qdox-1.12.1-r1.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" @@ -13,7 +13,7 @@ SRC_URI="https://github.com/codehaus/qdox/archive/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="1.12" -KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm ~arm64 ppc64 x86 ~amd64-fbsd ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${PN}-${PN}-${PV}" |