diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-21 09:18:45 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-21 11:29:09 +0100 |
commit | 065708f62c6c040cab62c39a7186275ade4586a9 (patch) | |
tree | 2e46f88254a2fecc8c4a001a0364cb94fd287dc4 /sci-geosciences | |
parent | sci-geosciences/mapserver: use HTTPS (diff) | |
download | gentoo-065708f62c6c040cab62c39a7186275ade4586a9.tar.gz gentoo-065708f62c6c040cab62c39a7186275ade4586a9.tar.bz2 gentoo-065708f62c6c040cab62c39a7186275ade4586a9.zip |
sci-geosciences/gdal-grass: Drop superfluous eutils.eclass, sort
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild b/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild index b480a2b497b9..1d121dde9203 100644 --- a/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild +++ b/sci-geosciences/gdal-grass/gdal-grass-2.1.0.ebuild @@ -3,8 +3,6 @@ EAPI=6 -inherit eutils - DESCRIPTION="GDAL plugin to access GRASS data" HOMEPAGE="https://www.gdal.org/" SRC_URI="https://download.osgeo.org/gdal/${PV}/${P}.tar.gz" @@ -21,11 +19,11 @@ RDEPEND=" DEPEND="${RDEPEND} dev-libs/expat dev-libs/json-c:= - virtual/jpeg media-libs/tiff sci-libs/libgeotiff sci-libs/proj sys-libs/zlib + virtual/jpeg postgres? ( dev-db/postgresql )" # these drivers are copied at install from the already installed GRASS |