Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libfence/
Date: Wed, 28 Jun 2017 10:19:43
Message-Id: 1498645131.f40b1ac3f8479af5347d68c17f730b50d4d41799.aballier@gentoo
1 commit: f40b1ac3f8479af5347d68c17f730b50d4d41799
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 28 10:18:51 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 28 10:18:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40b1ac3
7
8 sys-cluster/libfence: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sys-cluster/libfence/libfence-3.2.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-cluster/libfence/libfence-3.2.0.ebuild b/sys-cluster/libfence/libfence-3.2.0.ebuild
16 index 65c873d412e..165a3bc5561 100644
17 --- a/sys-cluster/libfence/libfence-3.2.0.ebuild
18 +++ b/sys-cluster/libfence/libfence-3.2.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=4
25 @@ -17,7 +17,7 @@ SRC_URI="https://fedorahosted.org/releases/c/l/cluster/${MY_P}.tar.gz"
26
27 LICENSE="LGPL-2.1"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~hppa ~x86"
30 +KEYWORDS="~amd64 ~arm64 ~hppa ~x86"
31 IUSE="static-libs"
32
33 RDEPEND="~sys-cluster/libccs-${PV}"