From 5867bb00cd2bb923bdb16615141e0d4773b90abc Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Thu, 19 May 2022 15:10:53 +0300 Subject: sci-libs/pcl: Stabilize 1.12.0 amd64, #829841 Signed-off-by: Joonas Niilola --- sci-libs/pcl/pcl-1.12.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-libs/pcl') 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 -- cgit v1.2.3-65-gdbad