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 956891382C5 for ; Sat, 6 Feb 2021 22:34:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEC0CE0827; Sat, 6 Feb 2021 22:34:11 +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 923CEE0827 for ; Sat, 6 Feb 2021 22:34:11 +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 CA7CC343658 for ; Sat, 6 Feb 2021 22:34:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95A464AE for ; Sat, 6 Feb 2021 22:34:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612648449.d6124f73611a87385edfaac2cc464a16afdf71b4.sam@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.2.1-r1.ebuild sci-libs/gdal/gdal-3.2.1.ebuild X-VCS-Directories: sci-libs/gdal/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d6124f73611a87385edfaac2cc464a16afdf71b4 X-VCS-Branch: master Date: Sat, 6 Feb 2021 22:34:07 +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: ba22b524-a740-4cd9-b790-d8853d688ec7 X-Archives-Hash: 072b610f71802a89a23fa7af5a5c24ba commit: d6124f73611a87385edfaac2cc464a16afdf71b4 Author: Sam James gentoo org> AuthorDate: Sat Feb 6 21:54:09 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 6 21:54:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6124f73 sci-libs/gdal: fix automagic dep on dev-libs/openssl Closes: https://bugs.gentoo.org/669302 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sci-libs/gdal/{gdal-3.2.1.ebuild => gdal-3.2.1-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-libs/gdal/gdal-3.2.1.ebuild b/sci-libs/gdal/gdal-3.2.1-r1.ebuild similarity index 99% rename from sci-libs/gdal/gdal-3.2.1.ebuild rename to sci-libs/gdal/gdal-3.2.1-r1.ebuild index 0f3a9132658..acc627f7b4b 100644 --- a/sci-libs/gdal/gdal-3.2.1.ebuild +++ b/sci-libs/gdal/gdal-3.2.1-r1.ebuild @@ -42,6 +42,7 @@ DEPEND=" dev-libs/json-c:= dev-libs/libpcre dev-libs/libxml2:2 + dev-libs/openssl:= media-libs/tiff >=sci-libs/libgeotiff-1.5.1-r1:= >=sci-libs/proj-6.0.0:= @@ -124,6 +125,7 @@ src_configure() { --enable-driver-grib --with-bash-completion="$(get_bashcompdir)" --with-cpp14 + --with-crypto --with-cryptopp=no --with-expat --with-geotiff