Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/rdma-core/
Date: Mon, 02 Mar 2020 18:26:06
Message-Id: 1583173554.42c86dbe1e8e994cbcec9dc18bf85fb6312d832a.slyfox@gentoo
1 commit: 42c86dbe1e8e994cbcec9dc18bf85fb6312d832a
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Mon Mar 2 18:10:33 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 2 18:25:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c86dbe
7
8 sys-cluster/rdma-core: keyworded 28.0 for sparc, bug #705802
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 RepoMan-Options: --include-arches="sparc"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 sys-cluster/rdma-core/rdma-core-28.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sys-cluster/rdma-core/rdma-core-28.0.ebuild b/sys-cluster/rdma-core/rdma-core-28.0.ebuild
19 index 9313f938a56..f8ee8760f4e 100644
20 --- a/sys-cluster/rdma-core/rdma-core-28.0.ebuild
21 +++ b/sys-cluster/rdma-core/rdma-core-28.0.ebuild
22 @@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]]; then
23 EGIT_REPO_URI="https://github.com/linux-rdma/rdma-core"
24 else
25 SRC_URI="https://github.com/linux-rdma/rdma-core/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26 - KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
27 + KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
28 fi
29
30 LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )"