Gentoo Archives: gentoo-commits

From: Amy Winston <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/spatialite/
Date: Mon, 29 Feb 2016 18:35:29
Message-Id: 1456770820.8238fa34ca03afe1e3e839a25a709b3eae9eb745.amynka@gentoo
1 commit: 8238fa34ca03afe1e3e839a25a709b3eae9eb745
2 Author: Amy Winston <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 29 18:33:40 2016 +0000
4 Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 29 18:33:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8238fa34
7
8 dev-db/spatialite: bad comment removed
9
10 Package-Manager: portage-2.2.26
11
12 dev-db/spatialite/spatialite-4.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-db/spatialite/spatialite-4.1.1.ebuild b/dev-db/spatialite/spatialite-4.1.1.ebuild
16 index a052891..8e77a11 100644
17 --- a/dev-db/spatialite/spatialite-4.1.1.ebuild
18 +++ b/dev-db/spatialite/spatialite-4.1.1.ebuild
19 @@ -36,7 +36,7 @@ src_configure() {
20 --disable-static \
21 --enable-geocallbacks \
22 --enable-epsg \
23 - --disable-examples \ #broken in 4.1.1
24 + --disable-examples \
25 $(use_enable geos) \
26 $(use_enable geos geosadvanced) \
27 $(use_enable iconv) \