From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2465A15808A for ; Tue, 22 Jul 2025 19:41:59 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0FBE3340C76 for ; Tue, 22 Jul 2025 19:41:59 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id BEB63110560; Tue, 22 Jul 2025 19:41:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B47FF110560 for ; Tue, 22 Jul 2025 19:41:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75FBC3415DF for ; Tue, 22 Jul 2025 19:41:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF3DE329A for ; Tue, 22 Jul 2025 19:41:51 +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: <1753213270.de9642caf74b401f26118a492c859cd984927b81.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pdal/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/pdal/pdal-2.9.0-r1.ebuild sci-libs/pdal/pdal-2.9.0.ebuild X-VCS-Directories: sci-libs/pdal/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: de9642caf74b401f26118a492c859cd984927b81 X-VCS-Branch: master Date: Tue, 22 Jul 2025 19:41:51 +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: 024b3613-6e81-4f7c-ad5a-bcdbe77e9ae0 X-Archives-Hash: cd7d64ef359eb553bccd34f8f9308822 commit: de9642caf74b401f26118a492c859cd984927b81 Author: Sam James gentoo org> AuthorDate: Tue Jul 22 19:39:32 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 22 19:41:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de9642ca sci-libs/pdal: fix subslot for 2.9.0 As reported by negril. Also, while here, add min. version for libgeotiff. Signed-off-by: Sam James gentoo.org> sci-libs/pdal/{pdal-2.9.0.ebuild => pdal-2.9.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/pdal/pdal-2.9.0.ebuild b/sci-libs/pdal/pdal-2.9.0-r1.ebuild similarity index 96% rename from sci-libs/pdal/pdal-2.9.0.ebuild rename to sci-libs/pdal/pdal-2.9.0-r1.ebuild index 6426cd956b3b..b850249d4279 100644 --- a/sci-libs/pdal/pdal-2.9.0.ebuild +++ b/sci-libs/pdal/pdal-2.9.0-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/PDAL/PDAL/releases/download/${PV}/PDAL-${PV}-src.tar S="${WORKDIR}/PDAL-${PV}-src" LICENSE="BSD" -SLOT="0/18" +SLOT="0/19" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="debug postgres test" @@ -25,7 +25,7 @@ RDEPEND=" dev-libs/libxml2 dev-libs/openssl:= sci-libs/gdal:= - sci-libs/libgeotiff:= + >=sci-libs/libgeotiff-1.7.0:= sys-libs/zlib debug? ( sys-libs/libunwind:= ) postgres? ( dev-db/postgresql:*[xml] )