Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pcl/
Date: Thu, 19 May 2022 12:12:11
Message-Id: 1652962253.5867bb00cd2bb923bdb16615141e0d4773b90abc.juippis@gentoo
1 commit: 5867bb00cd2bb923bdb16615141e0d4773b90abc
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 12:10:53 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 12:10:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5867bb00
7
8 sci-libs/pcl: Stabilize 1.12.0 amd64, #829841
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 sci-libs/pcl/pcl-1.12.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/pcl/pcl-1.12.0.ebuild b/sci-libs/pcl/pcl-1.12.0.ebuild
16 index e3cd374256f5..c233a2f8c9c0 100644
17 --- a/sci-libs/pcl/pcl-1.12.0.ebuild
18 +++ b/sci-libs/pcl/pcl-1.12.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -14,7 +14,7 @@ inherit ${SCM} cmake multilib
26 if [ "${PV#9999}" != "${PV}" ] ; then
27 SRC_URI=""
28 else
29 - KEYWORDS="~amd64 ~arm"
30 + KEYWORDS="amd64 ~arm"
31 SRC_URI="https://github.com/PointCloudLibrary/pcl/archive/${P}.tar.gz"
32 S="${WORKDIR}/${PN}-${P}"
33 fi