Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pcl/
Date: Fri, 01 May 2020 09:11:12
Message-Id: 1588323711.a53e27dad9502f146420546abe2de92fa900e2c6.gyakovlev@gentoo
1 commit: a53e27dad9502f146420546abe2de92fa900e2c6
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 1 08:57:16 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri May 1 09:01:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53e27da
7
8 dev-libs/pcl: add ~ppc64 keyword, bug #718792
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 dev-libs/pcl/pcl-1.12-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/pcl/pcl-1.12-r1.ebuild b/dev-libs/pcl/pcl-1.12-r1.ebuild
17 index 9be9a04989c..46af8f87009 100644
18 --- a/dev-libs/pcl/pcl-1.12-r1.ebuild
19 +++ b/dev-libs/pcl/pcl-1.12-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -9,4 +9,4 @@ SRC_URI="http://xmailserver.org/${P}.tar.gz"
27
28 LICENSE="GPL-2"
29 SLOT="0/1"
30 -KEYWORDS="~amd64 ~arm ~x86"
31 +KEYWORDS="~amd64 ~arm ~ppc64 ~x86"