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 7DFEE158090 for ; Thu, 19 May 2022 12:12:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C435FE085E; Thu, 19 May 2022 12:12:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A43EE085E for ; Thu, 19 May 2022 12:12:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id ACEC2341711 for ; Thu, 19 May 2022 12:12:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BA5C483 for ; Thu, 19 May 2022 12:12:05 +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: <1652962253.5867bb00cd2bb923bdb16615141e0d4773b90abc.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/pcl/pcl-1.12.0.ebuild X-VCS-Directories: sci-libs/pcl/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5867bb00cd2bb923bdb16615141e0d4773b90abc X-VCS-Branch: master Date: Thu, 19 May 2022 12:12:05 +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: 8ffeecdb-3a6b-46bf-bdda-a1ed95e2769e X-Archives-Hash: b38504934d2a6c98068066a6fc63805b commit: 5867bb00cd2bb923bdb16615141e0d4773b90abc Author: Joonas Niilola gentoo org> AuthorDate: Thu May 19 12:10:53 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu May 19 12:10:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5867bb00 sci-libs/pcl: Stabilize 1.12.0 amd64, #829841 Signed-off-by: Joonas Niilola gentoo.org> sci-libs/pcl/pcl-1.12.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/pcl/pcl-1.12.0.ebuild b/sci-libs/pcl/pcl-1.12.0.ebuild index e3cd374256f5..c233a2f8c9c0 100644 --- a/sci-libs/pcl/pcl-1.12.0.ebuild +++ b/sci-libs/pcl/pcl-1.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ inherit ${SCM} cmake multilib if [ "${PV#9999}" != "${PV}" ] ; then SRC_URI="" else - KEYWORDS="~amd64 ~arm" + KEYWORDS="amd64 ~arm" SRC_URI="https://github.com/PointCloudLibrary/pcl/archive/${P}.tar.gz" S="${WORKDIR}/${PN}-${P}" fi