diff options
author | David Seifert <soap@gentoo.org> | 2023-05-08 22:56:04 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-11 21:03:42 +0100 |
commit | 2599786f2ae694cbc4622b6a0ee260008f40a9d6 (patch) | |
tree | fbddd7bdb3484ae39a1914058002a494886b755e /sys-fabric | |
parent | sys-cluster/vzctl: switch to virtual/openssh (diff) | |
download | gentoo-2599786f2ae694cbc4622b6a0ee260008f40a9d6.tar.gz gentoo-2599786f2ae694cbc4622b6a0ee260008f40a9d6.tar.bz2 gentoo-2599786f2ae694cbc4622b6a0ee260008f40a9d6.zip |
sys-fabric/opensm: switch to virtual/openssh
Signed-off-by: David Seifert <soap@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fabric')
-rw-r--r-- | sys-fabric/opensm/opensm-3.3.23-r2.ebuild (renamed from sys-fabric/opensm/opensm-3.3.23-r1.ebuild) | 4 | ||||
-rw-r--r-- | sys-fabric/opensm/opensm-3.3.24-r1.ebuild (renamed from sys-fabric/opensm/opensm-3.3.24.ebuild) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-fabric/opensm/opensm-3.3.23-r1.ebuild b/sys-fabric/opensm/opensm-3.3.23-r2.ebuild index b42297aa7112..b1d5ad37ce8b 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 index b4f1a52cb72b..3f0563f02f42 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 ) |