sci-geosciences/qgis: Move opt. gdal[oracle] dep below oracle conditional
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 1 Mar 2017 18:11:55 +0000 (19:11 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 1 Mar 2017 18:12:20 +0000 (19:12 +0100)
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

index d355be2a099fef9bb7f40476439cffc52e826cf7..f5fc89568ff8205490c9b367e662b97b2335e8a3 100644 (file)
@@ -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}]