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 2B46E158089 for ; Wed, 11 Oct 2023 16:44:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6014C2BC015; Wed, 11 Oct 2023 16:44:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44F5A2BC015 for ; Wed, 11 Oct 2023 16:44:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7605E335CA6 for ; Wed, 11 Oct 2023 16:43:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D2541069 for ; Wed, 11 Oct 2023 16:43:58 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1697042631.46a2d0d5342696a0a045ba676fa5a4f3c78c1a67.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/rdma-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/rdma-core/rdma-core-47.0-r1.ebuild sys-cluster/rdma-core/rdma-core-47.0.ebuild X-VCS-Directories: sys-cluster/rdma-core/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 46a2d0d5342696a0a045ba676fa5a4f3c78c1a67 X-VCS-Branch: master Date: Wed, 11 Oct 2023 16:43:58 +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: 48e3d4e5-e2ac-47c1-a6e9-d4189382cc56 X-Archives-Hash: d88f435b6dcb06c081200d5fdf21e109 commit: 46a2d0d5342696a0a045ba676fa5a4f3c78c1a67 Author: Florian Schmaus gentoo org> AuthorDate: Wed Oct 11 16:43:03 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Oct 11 16:43:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a2d0d5 sys-cluster/rdma-core: add slot operator to perl dep Thanks to Daniel M. Weeks for reporting this. Bug: https://bugs.gentoo.org/914005 Signed-off-by: Florian Schmaus gentoo.org> .../rdma-core/{rdma-core-47.0.ebuild => rdma-core-47.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/rdma-core/rdma-core-47.0.ebuild b/sys-cluster/rdma-core/rdma-core-47.0-r1.ebuild similarity index 99% rename from sys-cluster/rdma-core/rdma-core-47.0.ebuild rename to sys-cluster/rdma-core/rdma-core-47.0-r1.ebuild index 03ec1b38cdd4..91af343f8124 100644 --- a/sys-cluster/rdma-core/rdma-core-47.0.ebuild +++ b/sys-cluster/rdma-core/rdma-core-47.0-r1.ebuild @@ -24,7 +24,7 @@ IUSE="neigh python static-libs systemd valgrind" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" COMMON_DEPEND=" - dev-lang/perl + dev-lang/perl:= virtual/libudev:= neigh? ( dev-libs/libnl:3 ) systemd? ( sys-apps/systemd:= )