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
-- gdal-2.0.2.ebuild.txt       2016-06-07 16:29:00.717219749 +0100
0
++ gdal-2.0.2-r1.ebuild.txt    2016-06-07 16:29:33.337851106 +0100
Lines 19-25 Link Here
19
SLOT="0"
19
SLOT="0"
20
LICENSE="MIT"
20
LICENSE="MIT"
21
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
21
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
22
IUSE="armadillo +aux_xml curl debug doc fits geos gif gml hdf5 java jpeg jpeg2k mdb mysql netcdf odbc ogdi opencl pdf perl png postgres python spatialite sqlite threads xls"
22
IUSE="armadillo +aux_xml curl debug doc fits geos gif gml hdf5 java jpeg jpeg2k mdb mysql netcdf odbc ogdi opencl pdf perl png postgres oracle python spatialite sqlite threads xls"
23
23
24
RDEPEND="
24
RDEPEND="
25
       dev-libs/expat
25
       dev-libs/expat
Lines 48-53 Link Here
48
       perl? ( dev-lang/perl:= )
48
       perl? ( dev-lang/perl:= )
49
       png? ( media-libs/libpng:0= )
49
       png? ( media-libs/libpng:0= )
50
       postgres? ( >=dev-db/postgresql-8.4:= )
50
       postgres? ( >=dev-db/postgresql-8.4:= )
51
       oracle? ( dev-db/oracle-instantclient )
51
       python? (
52
       python? (
52
               ${PYTHON_DEPS}
53
               ${PYTHON_DEPS}
53
               dev-python/setuptools[${PYTHON_USEDEP}]
54
               dev-python/setuptools[${PYTHON_USEDEP}]
Lines 209-214 Link Here
209
               $(use_with perl) \
210
               $(use_with perl) \
210
               $(use_with png) \
211
               $(use_with png) \
211
               $(use_with postgres pg) \
212
               $(use_with postgres pg) \
213
                $(use_with oracle "oci-include=${ORACLE_HOME}/rdbms/public/") \
214
                $(use_with oracle "oci-lib=${ORACLE_HOME}/lib/") \
212
               $(use_with python) \
215
               $(use_with python) \
213
               $(use_with spatialite) \
216
               $(use_with spatialite) \
214
               $(use_with sqlite sqlite3 "${EPREFIX}"/usr) \
217
               $(use_with sqlite sqlite3 "${EPREFIX}"/usr) \

Return to bug 585156