From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1449158089 for ; Fri, 14 Jan 2022 17:36:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 508DDE07D1; Fri, 14 Jan 2022 17:36:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD75BE07D1 for ; Fri, 14 Jan 2022 17:36:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B320342FD0 for ; Fri, 14 Jan 2022 17:36:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BBE8329A for ; Fri, 14 Jan 2022 17:36:40 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1642181763.fbd3af9cd1ddf39dbc1e9ecff66ac67795f7ad47.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ntirpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/ntirpc/ntirpc-3.4-r1.ebuild net-libs/ntirpc/ntirpc-3.4.ebuild net-libs/ntirpc/ntirpc-4.0-r1.ebuild net-libs/ntirpc/ntirpc-4.0.ebuild X-VCS-Directories: net-libs/ntirpc/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: fbd3af9cd1ddf39dbc1e9ecff66ac67795f7ad47 X-VCS-Branch: master Date: Fri, 14 Jan 2022 17:36:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f8786572-5fb2-4451-b85e-c456bddffd7b X-Archives-Hash: c0354cb58d48fa96ce623a6d17f4353f commit: fbd3af9cd1ddf39dbc1e9ecff66ac67795f7ad47 Author: Jakov Smolić gentoo org> AuthorDate: Fri Jan 14 13:16:44 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri Jan 14 17:36:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbd3af9c net-libs/ntirpc: Switch to rdma-core for rdma support Closes: https://bugs.gentoo.org/831008 Signed-off-by: Jakov Smolić gentoo.org> net-libs/ntirpc/{ntirpc-4.0.ebuild => ntirpc-3.4-r1.ebuild} | 4 ++-- net-libs/ntirpc/{ntirpc-3.4.ebuild => ntirpc-4.0-r1.ebuild} | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-libs/ntirpc/ntirpc-4.0.ebuild b/net-libs/ntirpc/ntirpc-3.4-r1.ebuild similarity index 92% rename from net-libs/ntirpc/ntirpc-4.0.ebuild rename to net-libs/ntirpc/ntirpc-3.4-r1.ebuild index 8688e4cc9382..e7d899f9943f 100644 --- a/net-libs/ntirpc/ntirpc-4.0.ebuild +++ b/net-libs/ntirpc/ntirpc-3.4-r1.ebuild @@ -17,8 +17,8 @@ IUSE="gssapi rdma" # Since the GSS option only controls some extra files to be enabled, # there's nothing to list in the depend string for it. RDEPEND=" - dev-libs/userspace-rcu - rdma? ( sys-fabric/librdmacm ) + dev-libs/userspace-rcu:= + rdma? ( sys-cluster/rdma-core ) " DEPEND=" ${RDEPEND} diff --git a/net-libs/ntirpc/ntirpc-3.4.ebuild b/net-libs/ntirpc/ntirpc-4.0-r1.ebuild similarity index 86% rename from net-libs/ntirpc/ntirpc-3.4.ebuild rename to net-libs/ntirpc/ntirpc-4.0-r1.ebuild index 6e63e824706b..e7d899f9943f 100644 --- a/net-libs/ntirpc/ntirpc-3.4.ebuild +++ b/net-libs/ntirpc/ntirpc-4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,8 +17,8 @@ IUSE="gssapi rdma" # Since the GSS option only controls some extra files to be enabled, # there's nothing to list in the depend string for it. RDEPEND=" - dev-libs/userspace-rcu - rdma? ( sys-fabric/librdmacm ) + dev-libs/userspace-rcu:= + rdma? ( sys-cluster/rdma-core ) " DEPEND=" ${RDEPEND}