From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 626AF1388BF for ; Tue, 12 Jan 2016 08:41:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35F57E080A; Tue, 12 Jan 2016 08:41:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74EBAE0814 for ; Tue, 12 Jan 2016 08:41:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 709FA3409C8 for ; Tue, 12 Jan 2016 08:41:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24CEECFB for ; Tue, 12 Jan 2016 08:41:23 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1452588078.574d4c607c0389362b46be17312a9ee56daea201.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gdal/gdal-2.0.1.ebuild X-VCS-Directories: sci-libs/gdal/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 574d4c607c0389362b46be17312a9ee56daea201 X-VCS-Branch: master Date: Tue, 12 Jan 2016 08:41:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d79416e2-8c7a-41ac-bafc-6bb2f49ccf09 X-Archives-Hash: ef15a12156d414623f8470adb9ace2e4 commit: 574d4c607c0389362b46be17312a9ee56daea201 Author: Justin Lecher gentoo org> AuthorDate: Tue Jan 12 08:26:01 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Jan 12 08:41:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=574d4c60 sci-libs/gdal: Set slot operators for giflib Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> sci-libs/gdal/gdal-2.0.1.ebuild | 4 ++-- 1 file 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 3eabe0d..194ebe5 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:* )