diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-08-19 07:42:32 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-08-19 07:42:32 +0200 |
commit | d7ac66bb4ab4b586dfc2e2856c8c456d87740827 (patch) | |
tree | 965ac0a10ae19eeccea9b10c996f44781be9cde9 /dev-db/spatialite | |
parent | net-libs/webkit-gtk: amd64 stable wrt bug #692356 (diff) | |
download | gentoo-d7ac66bb4ab4b586dfc2e2856c8c456d87740827.tar.gz gentoo-d7ac66bb4ab4b586dfc2e2856c8c456d87740827.tar.bz2 gentoo-d7ac66bb4ab4b586dfc2e2856c8c456d87740827.zip |
dev-db/spatialite: amd64 stable wrt bug #692358
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-db/spatialite')
-rw-r--r-- | dev-db/spatialite/spatialite-4.3.0a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/spatialite/spatialite-4.3.0a.ebuild b/dev-db/spatialite/spatialite-4.3.0a.ebuild index d822e5ce055d..2b829969b715 100644 --- a/dev-db/spatialite/spatialite-4.3.0a.ebuild +++ b/dev-db/spatialite/spatialite-4.3.0a.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 ~arm64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="+geos iconv +proj test +xls +xml" RDEPEND=" |