diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-03 21:21:56 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-03 21:21:56 +0200 |
commit | 12c873fbe7e629922c0eca4cfa1f986e0631d859 (patch) | |
tree | ca4ed1e561278a3537f795946ed154ed7223b364 /sci-libs/pcl | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 5.10.172 (diff) | |
download | gentoo-12c873fbe7e629922c0eca4cfa1f986e0631d859.tar.gz gentoo-12c873fbe7e629922c0eca4cfa1f986e0631d859.tar.bz2 gentoo-12c873fbe7e629922c0eca4cfa1f986e0631d859.zip |
sci-libs/pcl: Stabilize 1.12.1-r2 amd64, #892395
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/pcl')
-rw-r--r-- | sci-libs/pcl/pcl-1.12.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/pcl/pcl-1.12.1-r2.ebuild b/sci-libs/pcl/pcl-1.12.1-r2.ebuild index cc8d925c4502..ce701b54c21c 100644 --- a/sci-libs/pcl/pcl-1.12.1-r2.ebuild +++ b/sci-libs/pcl/pcl-1.12.1-r2.ebuild @@ -14,7 +14,7 @@ inherit ${SCM} cmake cuda 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 |