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: Wed, 27 Nov 2019 11:03:05
Message-Id: 1574852575.7da5323317c67772b82a22ef686f0490301f5eb5.zlogene@gentoo
1 commit: 7da5323317c67772b82a22ef686f0490301f5eb5
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 27 11:01:35 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 27 11:02:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da53233
7
8 sys-cluster/rdma-core: mark stable
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 sys-cluster/rdma-core/rdma-core-26.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-cluster/rdma-core/rdma-core-26.0.ebuild b/sys-cluster/rdma-core/rdma-core-26.0.ebuild
17 index 3e47003b5b6..326e3d699b0 100644
18 --- a/sys-cluster/rdma-core/rdma-core-26.0.ebuild
19 +++ b/sys-cluster/rdma-core/rdma-core-26.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="~amd64 ~x86"
25 + KEYWORDS="amd64 x86"
26 fi
27
28 LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )"