Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ntirpc/
Date: Fri, 14 Jan 2022 17:36:45
Message-Id: 1642181763.fbd3af9cd1ddf39dbc1e9ecff66ac67795f7ad47.jsmolic@gentoo
1 commit: fbd3af9cd1ddf39dbc1e9ecff66ac67795f7ad47
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 14 13:16:44 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 14 17:36:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd3af9c
7
8 net-libs/ntirpc: Switch to rdma-core for rdma support
9
10 Closes: https://bugs.gentoo.org/831008
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 net-libs/ntirpc/{ntirpc-4.0.ebuild => ntirpc-3.4-r1.ebuild} | 4 ++--
14 net-libs/ntirpc/{ntirpc-3.4.ebuild => ntirpc-4.0-r1.ebuild} | 6 +++---
15 2 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/net-libs/ntirpc/ntirpc-4.0.ebuild b/net-libs/ntirpc/ntirpc-3.4-r1.ebuild
18 similarity index 92%
19 rename from net-libs/ntirpc/ntirpc-4.0.ebuild
20 rename to net-libs/ntirpc/ntirpc-3.4-r1.ebuild
21 index 8688e4cc9382..e7d899f9943f 100644
22 --- a/net-libs/ntirpc/ntirpc-4.0.ebuild
23 +++ b/net-libs/ntirpc/ntirpc-3.4-r1.ebuild
24 @@ -17,8 +17,8 @@ IUSE="gssapi rdma"
25 # Since the GSS option only controls some extra files to be enabled,
26 # there's nothing to list in the depend string for it.
27 RDEPEND="
28 - dev-libs/userspace-rcu
29 - rdma? ( sys-fabric/librdmacm )
30 + dev-libs/userspace-rcu:=
31 + rdma? ( sys-cluster/rdma-core )
32 "
33 DEPEND="
34 ${RDEPEND}
35
36 diff --git a/net-libs/ntirpc/ntirpc-3.4.ebuild b/net-libs/ntirpc/ntirpc-4.0-r1.ebuild
37 similarity index 86%
38 rename from net-libs/ntirpc/ntirpc-3.4.ebuild
39 rename to net-libs/ntirpc/ntirpc-4.0-r1.ebuild
40 index 6e63e824706b..e7d899f9943f 100644
41 --- a/net-libs/ntirpc/ntirpc-3.4.ebuild
42 +++ b/net-libs/ntirpc/ntirpc-4.0-r1.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2020 Gentoo Authors
45 +# Copyright 1999-2022 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=7
49 @@ -17,8 +17,8 @@ IUSE="gssapi rdma"
50 # Since the GSS option only controls some extra files to be enabled,
51 # there's nothing to list in the depend string for it.
52 RDEPEND="
53 - dev-libs/userspace-rcu
54 - rdma? ( sys-fabric/librdmacm )
55 + dev-libs/userspace-rcu:=
56 + rdma? ( sys-cluster/rdma-core )
57 "
58 DEPEND="
59 ${RDEPEND}