From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 967CC1388C0 for ; Mon, 29 Feb 2016 18:35:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0AECE07E2; Mon, 29 Feb 2016 18:35:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 890EFE07E2 for ; Mon, 29 Feb 2016 18:35:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D0963406DD for ; Mon, 29 Feb 2016 18:35:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22DE616C4 for ; Mon, 29 Feb 2016 18:35:23 +0000 (UTC) From: "Amy Winston" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Winston" Message-ID: <1456770820.8238fa34ca03afe1e3e839a25a709b3eae9eb745.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/spatialite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/spatialite/spatialite-4.1.1.ebuild X-VCS-Directories: dev-db/spatialite/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: 8238fa34ca03afe1e3e839a25a709b3eae9eb745 X-VCS-Branch: master Date: Mon, 29 Feb 2016 18:35:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d40f9bbb-0621-47e1-9ec6-09c16ccc6622 X-Archives-Hash: 1da0f707b898f3b6adda7912786a5768 commit: 8238fa34ca03afe1e3e839a25a709b3eae9eb745 Author: Amy Winston gentoo org> AuthorDate: Mon Feb 29 18:33:40 2016 +0000 Commit: Amy Winston gentoo org> CommitDate: Mon Feb 29 18:33:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8238fa34 dev-db/spatialite: bad comment removed Package-Manager: portage-2.2.26 dev-db/spatialite/spatialite-4.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/spatialite/spatialite-4.1.1.ebuild b/dev-db/spatialite/spatialite-4.1.1.ebuild index a052891..8e77a11 100644 --- a/dev-db/spatialite/spatialite-4.1.1.ebuild +++ b/dev-db/spatialite/spatialite-4.1.1.ebuild @@ -36,7 +36,7 @@ src_configure() { --disable-static \ --enable-geocallbacks \ --enable-epsg \ - --disable-examples \ #broken in 4.1.1 + --disable-examples \ $(use_enable geos) \ $(use_enable geos geosadvanced) \ $(use_enable iconv) \