diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2019-02-23 17:59:00 +0000 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-24 22:36:43 +0100 |
commit | 3cadd89ea74132fec52fae3bb673e916d46cce23 (patch) | |
tree | 7adabaa6476497521855b746f2851ff6e0b83efb /dev-libs/chmlib | |
parent | kde-apps/minuet: added ~arm64 (diff) | |
download | gentoo-3cadd89ea74132fec52fae3bb673e916d46cce23.tar.gz gentoo-3cadd89ea74132fec52fae3bb673e916d46cce23.tar.bz2 gentoo-3cadd89ea74132fec52fae3bb673e916d46cce23.zip |
dev-libs/chmlib: added ~arm64
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/chmlib')
-rw-r--r-- | dev-libs/chmlib/chmlib-0.40-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/chmlib/chmlib-0.40-r1.ebuild b/dev-libs/chmlib/chmlib-0.40-r1.ebuild index f1e56dc52863..35950dbe8c05 100644 --- a/dev-libs/chmlib/chmlib-0.40-r1.ebuild +++ b/dev-libs/chmlib/chmlib-0.40-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="http://www.jedrea.com/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 x86" +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 x86" IUSE="+examples static-libs" PATCHES=( |