Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/rdma-core/
Date: Fri, 26 Jun 2020 20:21:38
Message-Id: 1593202876.d3bf3c3d803e2c190d3aea1645ef059198aa8250.whissi@gentoo
1 commit: d3bf3c3d803e2c190d3aea1645ef059198aa8250
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Tue Jun 23 07:23:15 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 26 20:21:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3bf3c3d
7
8 sys-cluster/rdma-core: arm keyworded (bug #705802)
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 sys-cluster/rdma-core/rdma-core-28.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-cluster/rdma-core/rdma-core-28.0.ebuild b/sys-cluster/rdma-core/rdma-core-28.0.ebuild
18 index 66af444d786..f476dc0f72b 100644
19 --- a/sys-cluster/rdma-core/rdma-core-28.0.ebuild
20 +++ b/sys-cluster/rdma-core/rdma-core-28.0.ebuild
21 @@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]]; then
22 EGIT_REPO_URI="https://github.com/linux-rdma/rdma-core"
23 else
24 SRC_URI="https://github.com/linux-rdma/rdma-core/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
26 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
27 fi
28
29 LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )"