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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27E66158020 for ; Thu, 24 Nov 2022 08:10:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D269E08DD; Thu, 24 Nov 2022 08:10:51 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10EB7E08DD for ; Thu, 24 Nov 2022 08:10:51 +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 EED6633BE33 for ; Thu, 24 Nov 2022 08:10:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EA19756 for ; Thu, 24 Nov 2022 08:10:48 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1669277445.ea60c99a16f6edb890e1652b7dcef307bed44fd3.juippis@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.4.3.ebuild X-VCS-Directories: sci-libs/pdal/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ea60c99a16f6edb890e1652b7dcef307bed44fd3 X-VCS-Branch: master Date: Thu, 24 Nov 2022 08:10:48 +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: f9ffa12b-8f03-465d-b308-aa44918cc1df X-Archives-Hash: 31322ff2d8e1bb0ba07c9e15921728ab commit: ea60c99a16f6edb890e1652b7dcef307bed44fd3 Author: Joonas Niilola gentoo org> AuthorDate: Thu Nov 24 08:08:31 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Nov 24 08:10:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea60c99a sci-libs/pdal: Stabilize 2.4.3 x86, #882537 Signed-off-by: Joonas Niilola gentoo.org> sci-libs/pdal/pdal-2.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/pdal/pdal-2.4.3.ebuild b/sci-libs/pdal/pdal-2.4.3.ebuild index 961bd7205f69..ba9b27888418 100644 --- a/sci-libs/pdal/pdal-2.4.3.ebuild +++ b/sci-libs/pdal/pdal-2.4.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/PDAL/PDAL/releases/download/${PV}/PDAL-${PV}-src.tar LICENSE="BSD" SLOT="0/14" -KEYWORDS="amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="postgres test" RESTRICT="!test? ( test )"