diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-05-19 15:10:53 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-05-19 15:10:53 +0300 |
commit | 5867bb00cd2bb923bdb16615141e0d4773b90abc (patch) | |
tree | c028d40b1a216b3d8f243328108816f3aa48204b /sci-libs/pcl | |
parent | dev-libs/OpenNI: Stabilize 1.5.7.10-r2 amd64, #829841 (diff) | |
download | gentoo-5867bb00cd2bb923bdb16615141e0d4773b90abc.tar.gz gentoo-5867bb00cd2bb923bdb16615141e0d4773b90abc.tar.bz2 gentoo-5867bb00cd2bb923bdb16615141e0d4773b90abc.zip |
sci-libs/pcl: Stabilize 1.12.0 amd64, #829841
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sci-libs/pcl')
-rw-r--r-- | sci-libs/pcl/pcl-1.12.0.ebuild | 4 |
1 files 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 |