From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0EE39139085 for ; Mon, 19 Dec 2016 09:35:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FC5521C13B; Mon, 19 Dec 2016 09:35:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3AA3821C13B for ; Mon, 19 Dec 2016 09:35:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16C9933D3CE for ; Mon, 19 Dec 2016 09:35:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A4F4492 for ; Mon, 19 Dec 2016 09:35:27 +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: <1482140095.738d7df08da4f978ead2c0107a749e766e2d061c.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qgis/qgis-2.18.2.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: 738d7df08da4f978ead2c0107a749e766e2d061c X-VCS-Branch: master Date: Mon, 19 Dec 2016 09:35:27 +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: cca5fa57-e000-4f13-add0-6e98d26186a2 X-Archives-Hash: 3fa3e68a8e9847926fe83559ea090176 commit: 738d7df08da4f978ead2c0107a749e766e2d061c Author: Amy Winston gentoo org> AuthorDate: Mon Dec 19 09:34:18 2016 +0000 Commit: Amy Winston gentoo org> CommitDate: Mon Dec 19 09:34:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=738d7df0 sci-geosciences/qgis: fix deps by fedeliallalinea GithubPR: #3136 Package-Manager: portage-2.3.0 sci-geosciences/qgis/qgis-2.18.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-geosciences/qgis/qgis-2.18.2.ebuild b/sci-geosciences/qgis/qgis-2.18.2.ebuild index bab1eab..ef7bada 100644 --- a/sci-geosciences/qgis/qgis-2.18.2.ebuild +++ b/sci-geosciences/qgis/qgis-2.18.2.ebuild @@ -29,7 +29,7 @@ RDEPEND=" sci-geosciences/gpsbabel >=sci-libs/gdal-1.6.1:=[geos,python?,${PYTHON_USEDEP}] sci-libs/geos - sci-libs/libspatialindex:= + >=sci-libs/libspatialindex-1.8.5:= sci-libs/proj dev-libs/qjson dev-qt/designer:4 @@ -64,7 +64,7 @@ RDEPEND=" ${PYTHON_DEPS} ) dev-db/sqlite:3 - dev-db/spatialite + >=dev-db/spatialite-4.1.0 app-crypt/qca:2[qt4,ssl] "