diff options
author | Sam James <sam@gentoo.org> | 2024-02-19 05:08:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-19 05:08:13 +0000 |
commit | 6c6ac33d7bcf859eacea181bbb1826a55b498f0b (patch) | |
tree | 79b4347ede9a6d848f132c659319ce9ef2054631 /sci-libs/pcl | |
parent | app-admin/ansible-lint: Stabilize 6.22.2 amd64, #924896 (diff) | |
download | gentoo-6c6ac33d7bcf859eacea181bbb1826a55b498f0b.tar.gz gentoo-6c6ac33d7bcf859eacea181bbb1826a55b498f0b.tar.bz2 gentoo-6c6ac33d7bcf859eacea181bbb1826a55b498f0b.zip |
sci-libs/pcl: Stabilize 1.14.0 amd64, #924930
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/pcl')
-rw-r--r-- | sci-libs/pcl/pcl-1.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/pcl/pcl-1.14.0.ebuild b/sci-libs/pcl/pcl-1.14.0.ebuild index 46645bec9842..6fc89d2b0d70 100644 --- a/sci-libs/pcl/pcl-1.14.0.ebuild +++ b/sci-libs/pcl/pcl-1.14.0.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/PointCloudLibrary/pcl" else - KEYWORDS="~amd64 ~arm" + KEYWORDS="amd64 ~arm" SRC_URI="https://github.com/PointCloudLibrary/pcl/archive/${P}.tar.gz" S="${WORKDIR}/${PN}-${P}" fi |