From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB82A138334 for ; Fri, 24 May 2019 19:26:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84F31E085E; Fri, 24 May 2019 19:26:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6BBC2E085E for ; Fri, 24 May 2019 19:26:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33510344F88 for ; Fri, 24 May 2019 19:26:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDB5C5FB for ; Fri, 24 May 2019 19:26:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1558725946.d9b4f7af7c2593891e5b624f32d4c24a9125e1ae.asturm@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.4.1.ebuild X-VCS-Directories: sci-libs/gdal/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d9b4f7af7c2593891e5b624f32d4c24a9125e1ae X-VCS-Branch: master Date: Fri, 24 May 2019 19:26:06 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1755f902-e035-407b-a4de-f881c379cf26 X-Archives-Hash: 1d1da1a7df666c6b68910652afcb2ad5 commit: d9b4f7af7c2593891e5b624f32d4c24a9125e1ae Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 24 18:10:57 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 24 19:25:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b4f7af sci-libs/gdal: Add missing slot op on sci-libs/libgeotiff Bug: https://bugs.gentoo.org/685476 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/gdal/gdal-2.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/gdal/gdal-2.4.1.ebuild b/sci-libs/gdal/gdal-2.4.1.ebuild index 1c59333d4d3..f9522e1e0a5 100644 --- a/sci-libs/gdal/gdal-2.4.1.ebuild +++ b/sci-libs/gdal/gdal-2.4.1.ebuild @@ -24,7 +24,7 @@ COMMON_DEPEND=" dev-libs/libpcre dev-libs/libxml2:= media-libs/tiff:0= - sci-libs/libgeotiff + sci-libs/libgeotiff:= sys-libs/zlib:=[minizip(+)] armadillo? ( sci-libs/armadillo:=[lapack] ) curl? ( net-misc/curl )