Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 585156 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +5 lines)
Line  Link Here
0
-- qgis-2.12.2.ebuild.txt      2016-06-07 16:26:47.273315650 +0100
0
++ qgis-2.12.2-r1.ebuild.txt   2016-06-07 16:27:11.853093758 +0100
Lines 18-24 Link Here
18
LICENSE="GPL-2"
18
LICENSE="GPL-2"
19
SLOT="0"
19
SLOT="0"
20
KEYWORDS="~amd64 ~x86"
20
KEYWORDS="~amd64 ~x86"
21
IUSE="examples grass gsl mapserver postgres python test"
21
IUSE="examples grass gsl mapserver postgres python oracle test"
22
22
23
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
23
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )
24
               mapserver? ( python )"
24
               mapserver? ( python )"
Lines 46-51 Link Here
46
       grass? ( || ( >=sci-geosciences/grass-7.0.0 ) )
46
       grass? ( || ( >=sci-geosciences/grass-7.0.0 ) )
47
       mapserver? ( dev-libs/fcgi )
47
       mapserver? ( dev-libs/fcgi )
48
       postgres? ( dev-db/postgresql:* )
48
       postgres? ( dev-db/postgresql:* )
49
       oracle? ( dev-db/oracle-instantclient )
49
       python? (
50
       python? (
50
               dev-python/PyQt4[X,sql,svg,webkit,${PYTHON_USEDEP}]
51
               dev-python/PyQt4[X,sql,svg,webkit,${PYTHON_USEDEP}]
51
               dev-python/sip[${PYTHON_USEDEP}]
52
               dev-python/sip[${PYTHON_USEDEP}]
Lines 96-101 Link Here
96
               "-DWITH_SPATIALITE=ON"
97
               "-DWITH_SPATIALITE=ON"
97
               "-DWITH_INTERNAL_SPATIALITE=OFF"
98
               "-DWITH_INTERNAL_SPATIALITE=OFF"
98
               $(cmake-utils_use_with postgres POSTGRESQL)
99
               $(cmake-utils_use_with postgres POSTGRESQL)
100
               $(cmake-utils_use_with oracle ORACLE)
101
                $(usex oracle "-DOCI_INCLUDE_DIR=${ORACLE_HOME}/rdbms/public/")
99
               $(cmake-utils_use_with grass GRASS)
102
               $(cmake-utils_use_with grass GRASS)
100
               $(cmake-utils_use_with mapserver SERVER)
103
               $(cmake-utils_use_with mapserver SERVER)
101
               $(cmake-utils_use_with python BINDINGS)
104
               $(cmake-utils_use_with python BINDINGS)

Return to bug 585156