Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/rdma-core/
Date: Mon, 20 Jan 2020 13:30:53
Message-Id: 1579527042.f3e089533621ac9e42bded579af6b0718429dd5b.jer@gentoo
1 commit: f3e089533621ac9e42bded579af6b0718429dd5b
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 20 13:24:11 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 20 13:30:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3e08953
7
8 sys-cluster/rdma-core: Mark ~hppa
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Bug: https://bugs.gentoo.org/show_bug.cgi?id=705802
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 sys-cluster/rdma-core/rdma-core-27.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-cluster/rdma-core/rdma-core-27.0.ebuild b/sys-cluster/rdma-core/rdma-core-27.0.ebuild
18 index e879e9b2b99..cc1079c577a 100644
19 --- a/sys-cluster/rdma-core/rdma-core-27.0.ebuild
20 +++ b/sys-cluster/rdma-core/rdma-core-27.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="~amd64 ~x86"
26 + KEYWORDS="~amd64 ~hppa ~x86"
27 fi
28
29 LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )"