From 2599786f2ae694cbc4622b6a0ee260008f40a9d6 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Mon, 8 May 2023 22:56:04 +0200 Subject: [PATCH] sys-fabric/opensm: switch to virtual/openssh Signed-off-by: David Seifert Signed-off-by: Sam James --- .../{opensm-3.3.23-r1.ebuild => opensm-3.3.23-r2.ebuild} | 4 ++-- .../opensm/{opensm-3.3.24.ebuild => opensm-3.3.24-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename sys-fabric/opensm/{opensm-3.3.23-r1.ebuild => opensm-3.3.23-r2.ebuild} (96%) rename sys-fabric/opensm/{opensm-3.3.24.ebuild => opensm-3.3.24-r1.ebuild} (96%) diff --git a/sys-fabric/opensm/opensm-3.3.23-r1.ebuild b/sys-fabric/opensm/opensm-3.3.23-r2.ebuild similarity index 96% rename from sys-fabric/opensm/opensm-3.3.23-r1.ebuild rename to sys-fabric/opensm/opensm-3.3.23-r2.ebuild index b42297aa71128..b1d5ad37ce8bf 100644 --- a/sys-fabric/opensm/opensm-3.3.23-r1.ebuild +++ b/sys-fabric/opensm/opensm-3.3.23-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -19,7 +19,7 @@ RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-opensm ) tools? ( net-misc/iputils - net-misc/openssh + virtual/openssh )" PATCHES=( "${FILESDIR}/${PN}-3.3.17-sldd.patch" ) diff --git a/sys-fabric/opensm/opensm-3.3.24.ebuild b/sys-fabric/opensm/opensm-3.3.24-r1.ebuild similarity index 96% rename from sys-fabric/opensm/opensm-3.3.24.ebuild rename to sys-fabric/opensm/opensm-3.3.24-r1.ebuild index b4f1a52cb72b6..3f0563f02f429 100644 --- a/sys-fabric/opensm/opensm-3.3.24.ebuild +++ b/sys-fabric/opensm/opensm-3.3.24-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-opensm ) tools? ( net-misc/iputils - net-misc/openssh + virtual/openssh )" PATCHES=( "${FILESDIR}"/${PN}-3.3.17-sldd.patch )