diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-01-12 09:26:01 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-01-12 09:41:18 +0100 |
commit | 574d4c607c0389362b46be17312a9ee56daea201 (patch) | |
tree | 21e682e9a54cb131b1ff784a8bd76f14b8324ae7 /sci-libs | |
parent | kde-frameworks/khtml: Set slot operators for giflib (diff) | |
download | gentoo-574d4c607c0389362b46be17312a9ee56daea201.tar.gz gentoo-574d4c607c0389362b46be17312a9ee56daea201.tar.bz2 gentoo-574d4c607c0389362b46be17312a9ee56daea201.zip |
sci-libs/gdal: Set slot operators for giflib
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/gdal/gdal-2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/gdal/gdal-2.0.1.ebuild b/sci-libs/gdal/gdal-2.0.1.ebuild index 3eabe0dfc203..194ebe5a6c73 100644 --- a/sci-libs/gdal/gdal-2.0.1.ebuild +++ b/sci-libs/gdal/gdal-2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -33,7 +33,7 @@ RDEPEND=" curl? ( net-misc/curl ) fits? ( sci-libs/cfitsio ) geos? ( >=sci-libs/geos-2.2.1 ) - gif? ( media-libs/giflib ) + gif? ( media-libs/giflib:= ) gml? ( >=dev-libs/xerces-c-3 ) hdf5? ( >=sci-libs/hdf5-1.6.4[szip] ) java? ( >=virtual/jre-1.6:* ) |