diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-11 10:38:21 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-11 10:38:27 +0200 |
commit | b5cff5ee22586fdc88cdd0db072cbe26eb7837cf (patch) | |
tree | 14e06466dee83be74dfced68986802abdd099f06 | |
parent | app-text/tesseract: keyword ~arm64 (diff) | |
download | gentoo-b5cff5ee22586fdc88cdd0db072cbe26eb7837cf.tar.gz gentoo-b5cff5ee22586fdc88cdd0db072cbe26eb7837cf.tar.bz2 gentoo-b5cff5ee22586fdc88cdd0db072cbe26eb7837cf.zip |
sci-libs/gdal: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r-- | sci-libs/gdal/gdal-2.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/gdal/gdal-2.0.3.ebuild b/sci-libs/gdal/gdal-2.0.3.ebuild index a3ac26565cf6..e67d7a2bcff0 100644 --- a/sci-libs/gdal/gdal-2.0.3.ebuild +++ b/sci-libs/gdal/gdal-2.0.3.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="6" @@ -17,7 +17,7 @@ SRC_URI="http://download.osgeo.org/${PN}/${PV}/${P}.tar.gz" SLOT="0/2" LICENSE="BSD Info-ZIP MIT" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="armadillo +aux_xml curl debug doc fits geos gif gml hdf5 java jpeg jpeg2k mdb mysql netcdf odbc ogdi opencl oracle pdf perl png postgres python spatialite sqlite threads xls" COMMON_DEPEND="dev-libs/expat |