diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-16 15:26:49 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-16 15:27:36 -0400 |
commit | 7cf8ac79774d10a3cda0eac3f85286a60b9e84e0 (patch) | |
tree | a8ef89eb47ba09ef948867de9e5163449d6763fe /dev-db/spatialite | |
parent | sci-libs/ogdi: arm64 stable (diff) | |
download | gentoo-7cf8ac79774d10a3cda0eac3f85286a60b9e84e0.tar.gz gentoo-7cf8ac79774d10a3cda0eac3f85286a60b9e84e0.tar.bz2 gentoo-7cf8ac79774d10a3cda0eac3f85286a60b9e84e0.zip |
dev-db/spatialite: 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-db/spatialite')
-rw-r--r-- | dev-db/spatialite/spatialite-4.3.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/spatialite/spatialite-4.3.0-r1.ebuild b/dev-db/spatialite/spatialite-4.3.0-r1.ebuild index 9adfb477cd11..cc5f1d7760a0 100644 --- a/dev-db/spatialite/spatialite-4.3.0-r1.ebuild +++ b/dev-db/spatialite/spatialite-4.3.0-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 @@ -12,7 +12,7 @@ SRC_URI="https://www.gaia-gis.it/gaia-sins/${MY_PN}-sources/${MY_P}.tar.gz" LICENSE="MPL-1.1" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86" IUSE="+geos iconv +proj test +xls +xml" RDEPEND=" |