--- gdal-2.0.2.ebuild.txt 2016-06-07 16:29:00.717219749 +0100 +++ gdal-2.0.2-r1.ebuild.txt 2016-06-07 16:29:33.337851106 +0100 @@ -19,7 +19,7 @@ SLOT="0" LICENSE="MIT" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -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" +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" RDEPEND=" dev-libs/expat @@ -48,6 +48,7 @@ perl? ( dev-lang/perl:= ) png? ( media-libs/libpng:0= ) postgres? ( >=dev-db/postgresql-8.4:= ) + oracle? ( dev-db/oracle-instantclient ) python? ( ${PYTHON_DEPS} dev-python/setuptools[${PYTHON_USEDEP}] @@ -209,6 +210,8 @@ $(use_with perl) \ $(use_with png) \ $(use_with postgres pg) \ + $(use_with oracle "oci-include=${ORACLE_HOME}/rdbms/public/") \ + $(use_with oracle "oci-lib=${ORACLE_HOME}/lib/") \ $(use_with python) \ $(use_with spatialite) \ $(use_with sqlite sqlite3 "${EPREFIX}"/usr) \