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 E526B138350 for ; Wed, 29 Jan 2020 21:32:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07303E0784; Wed, 29 Jan 2020 21:32:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DDB78E0784 for ; Wed, 29 Jan 2020 21:32:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7E2B834E4FF for ; Wed, 29 Jan 2020 21:32:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09195E5 for ; Wed, 29 Jan 2020 21:32:50 +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: <1580333557.a5e7a7223e0556cdfd77086755389ecf1f2ad1ca.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-3.0.2.ebuild X-VCS-Directories: sci-libs/gdal/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a5e7a7223e0556cdfd77086755389ecf1f2ad1ca X-VCS-Branch: master Date: Wed, 29 Jan 2020 21:32:50 +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: 7989a55f-6332-435b-92e2-321d74e84121 X-Archives-Hash: 035bdc8bb560fab43aff9d7973383f98 commit: a5e7a7223e0556cdfd77086755389ecf1f2ad1ca Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 29 21:26:50 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 29 21:32:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e7a722 sci-libs/gdal: local HTML_DOCS, some slot ops Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/gdal/gdal-3.0.2.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-libs/gdal/gdal-3.0.2.ebuild b/sci-libs/gdal/gdal-3.0.2.ebuild index bfeb01ef6ac..bc202255ebd 100644 --- a/sci-libs/gdal/gdal-3.0.2.ebuild +++ b/sci-libs/gdal/gdal-3.0.2.ebuild @@ -41,11 +41,11 @@ DEPEND=" dev-libs/expat dev-libs/json-c:= dev-libs/libpcre - dev-libs/libxml2:= - media-libs/tiff:0= + dev-libs/libxml2:2 + media-libs/tiff >=sci-libs/libgeotiff-1.5.1-r1:= - >=sci-libs/proj-6.0.0 - sys-libs/zlib:=[minizip(+)] + >=sci-libs/proj-6.0.0:= + sys-libs/zlib[minizip(+)] armadillo? ( sci-libs/armadillo:=[lapack] ) curl? ( net-misc/curl ) fits? ( sci-libs/cfitsio:= ) @@ -267,7 +267,7 @@ src_compile() { src_install() { local DOCS=( NEWS ) - use doc && HTML_DOCS=( html/. ) + use doc && local HTML_DOCS=( html/. ) default