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 AEA65139695 for ; Wed, 1 Mar 2017 18:12:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03C0AE0D12; Wed, 1 Mar 2017 18:12:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D2E94E0D12 for ; Wed, 1 Mar 2017 18:12:48 +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 901A83416D5 for ; Wed, 1 Mar 2017 18:12:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 301AC58EB for ; Wed, 1 Mar 2017 18:12:46 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1488391940.a5305c425c3000f1807d9a5f46dba060d77710d0.asturm@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.3-r1.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a5305c425c3000f1807d9a5f46dba060d77710d0 X-VCS-Branch: master Date: Wed, 1 Mar 2017 18:12:46 +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: e270289c-0e58-4463-a5b9-1887398e8be4 X-Archives-Hash: 4001506dd9ea45a3d1a8af21c06a28aa commit: a5305c425c3000f1807d9a5f46dba060d77710d0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 1 18:11:55 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 1 18:12:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5305c42 sci-geosciences/qgis: Move opt. gdal[oracle] dep below oracle conditional Makes repoman happy for stabilisation w/ masked oracle flag. Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-geosciences/qgis/qgis-2.18.3-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sci-geosciences/qgis/qgis-2.18.3-r1.ebuild b/sci-geosciences/qgis/qgis-2.18.3-r1.ebuild index d355be2a099..f5fc89568ff 100644 --- a/sci-geosciences/qgis/qgis-2.18.3-r1.ebuild +++ b/sci-geosciences/qgis/qgis-2.18.3-r1.ebuild @@ -36,7 +36,7 @@ COMMON_DEPEND=" dev-qt/qtscript:4 dev-qt/qtsvg:4 dev-qt/qtsql:4 - sci-libs/gdal:=[geos,oracle?,python?,${PYTHON_USEDEP}] + sci-libs/gdal:=[geos,python?,${PYTHON_USEDEP}] sci-libs/geos sci-libs/libspatialindex:= sci-libs/proj @@ -46,7 +46,10 @@ COMMON_DEPEND=" georeferencer? ( sci-libs/gsl:= ) grass? ( >=sci-geosciences/grass-7.0.0:= ) mapserver? ( dev-libs/fcgi ) - oracle? ( dev-db/oracle-instantclient:= ) + oracle? ( + dev-db/oracle-instantclient:= + sci-libs/gdal:=[oracle] + ) postgres? ( dev-db/postgresql:= ) python? ( ${PYTHON_DEPS} dev-python/future[${PYTHON_USEDEP}]