diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-17 21:08:35 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-17 21:08:35 -0400 |
commit | 5f3918f2a12f67648c5c83b8771e53e8b9d00f17 (patch) | |
tree | 765be46407dd25f3ba0cde69ebcc3169965463c5 /dev-java/qdox | |
parent | dev-java/xalan-serializer: arm64 stable (diff) | |
download | gentoo-5f3918f2a12f67648c5c83b8771e53e8b9d00f17.tar.gz gentoo-5f3918f2a12f67648c5c83b8771e53e8b9d00f17.tar.bz2 gentoo-5f3918f2a12f67648c5c83b8771e53e8b9d00f17.zip |
dev-java/qdox: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
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 f471a8ddecd7..7100ae1aba62 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-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # 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 ~arm64 ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos" S="${WORKDIR}/${PN}-${PN}-${PV}" |