Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/rdma-core/
Date: Sat, 29 Jan 2022 06:57:13
Message-Id: 1643439414.8716d9dec05c27aba2fb096df74336ca1fc7f912.arthurzam@gentoo
1 commit: 8716d9dec05c27aba2fb096df74336ca1fc7f912
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 06:56:54 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 06:56:54 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8716d9de
7
8 sys-cluster/rdma-core: Stabilize 38.0 arm64, #832258
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-cluster/rdma-core/rdma-core-38.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/rdma-core/rdma-core-38.0.ebuild b/sys-cluster/rdma-core/rdma-core-38.0.ebuild
16 index b4efb063cd52..90830b5718d8 100644
17 --- a/sys-cluster/rdma-core/rdma-core-38.0.ebuild
18 +++ b/sys-cluster/rdma-core/rdma-core-38.0.ebuild
19 @@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]]; then
20 EGIT_REPO_URI="https://github.com/linux-rdma/rdma-core"
21 else
22 SRC_URI="https://github.com/linux-rdma/rdma-core/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc x86"
24 + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc x86"
25 fi
26
27 LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )"