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 7C13C158089 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 4CA89E07C9; Fri, 14 Jan 2022 17:36:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 6E863E07C5 for ; Fri, 14 Jan 2022 17:36:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4B368342F49 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 95262296 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: <1642181761.dfbff1c6593c06a5117f27374a1c1408e187775b.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/libfabric/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/libfabric/libfabric-1.11.2-r1.ebuild sys-block/libfabric/libfabric-1.11.2-r2.ebuild X-VCS-Directories: sys-block/libfabric/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: dfbff1c6593c06a5117f27374a1c1408e187775b 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: 2767de80-4410-4a03-a75f-85117b9ec448 X-Archives-Hash: 4f7f162ed3af78f825b0a99e64760b4d commit: dfbff1c6593c06a5117f27374a1c1408e187775b Author: Jakov Smolić gentoo org> AuthorDate: Fri Jan 14 12:57:29 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Fri Jan 14 17:36:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfbff1c6 sys-block/libfabric: Switch to rdma-core for infiniband support Closes: https://bugs.gentoo.org/831006 Signed-off-by: Jakov Smolić gentoo.org> .../{libfabric-1.11.2-r1.ebuild => libfabric-1.11.2-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-block/libfabric/libfabric-1.11.2-r1.ebuild b/sys-block/libfabric/libfabric-1.11.2-r2.ebuild similarity index 95% rename from sys-block/libfabric/libfabric-1.11.2-r1.ebuild rename to sys-block/libfabric/libfabric-1.11.2-r2.ebuild index 3573c62b85da..b39c2b6da40c 100644 --- a/sys-block/libfabric/libfabric-1.11.2-r1.ebuild +++ b/sys-block/libfabric/libfabric-1.11.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,7 +17,7 @@ IUSE="cuda efa usnic rocr verbs" DEPEND=" rocr? ( dev-libs/rocr-runtime:= ) usnic? ( dev-libs/libnl:= ) - verbs? ( sys-fabric/libibverbs:= ) + verbs? ( sys-cluster/rdma-core ) " RDEPEND=" ${DEPEND}