Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/rdma-core/
Date: Thu, 25 Jun 2020 10:54:17
Message-Id: 1593082442.0add0e01e54a4910be07f89b354e923d52c2e2da.zlogene@gentoo
1 commit: 0add0e01e54a4910be07f89b354e923d52c2e2da
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 25 10:54:02 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 25 10:54:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0add0e01
7
8 sys-cluster/rdma-core: restore arm64 keyword
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 sys-cluster/rdma-core/rdma-core-30.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-cluster/rdma-core/rdma-core-30.0.ebuild b/sys-cluster/rdma-core/rdma-core-30.0.ebuild
17 index b5518fdad7d..66af444d786 100644
18 --- a/sys-cluster/rdma-core/rdma-core-30.0.ebuild
19 +++ b/sys-cluster/rdma-core/rdma-core-30.0.ebuild
20 @@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]]; then
21 EGIT_REPO_URI="https://github.com/linux-rdma/rdma-core"
22 else
23 SRC_URI="https://github.com/linux-rdma/rdma-core/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
25 + KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
26 fi
27
28 LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )"