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: Thu, 06 Feb 2020 08:35:00
Message-Id: 1580977820.c1230c0f2f2c7d6ee6a11df1fd1bfb64faf33130.slyfox@gentoo
1 commit: c1230c0f2f2c7d6ee6a11df1fd1bfb64faf33130
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 6 08:30:20 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 08:30:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1230c0f
7
8 sys-cluster/rdma-core: keyworded 27.0 for ppc, bug #705802
9
10 Package-Manager: Portage-2.3.87, Repoman-2.3.20
11 RepoMan-Options: --include-arches="ppc"
12 Signed-off-by: Sergei Trofimovich <slyfox <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 7bafb1493be..94fd4e47464 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 ~hppa ~ia64 ~x86"
26 + KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~x86"
27 fi
28
29 LICENSE="|| ( GPL-2 ( CC0-1.0 MIT BSD BSD-with-attribution ) )"