commit: 46a2d0d5342696a0a045ba676fa5a4f3c78c1a67 Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Wed Oct 11 16:43:03 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> 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 <flow <AT> 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:= )
