diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-07-30 16:02:20 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-07-30 16:26:26 -0400 |
commit | 2d67bcd86889b9c6321a24c630b8051efb433e67 (patch) | |
tree | 746a2f97564ff9e38109bb8e59aa8d5a1fcdc591 /dev-cpp | |
parent | app-text/libwpg: arm64 stable (diff) | |
download | gentoo-2d67bcd86889b9c6321a24c630b8051efb433e67.tar.gz gentoo-2d67bcd86889b9c6321a24c630b8051efb433e67.tar.bz2 gentoo-2d67bcd86889b9c6321a24c630b8051efb433e67.zip |
dev-cpp/clucene: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild b/dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild index 4e0f4ab57071..1b2214fb3f3f 100644 --- a/dev-cpp/clucene/clucene-2.3.3.4-r6.ebuild +++ b/dev-cpp/clucene/clucene-2.3.3.4-r6.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=6 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/clucene/${MY_P}.tar.gz" LICENSE="|| ( Apache-2.0 LGPL-2.1 )" SLOT="1" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="debug doc static-libs" |