sys-fabric/opensm: switch to virtual/openssh

Signed-off-by: David Seifert <soap@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
David Seifert
2023-05-08 22:56:04 +02:00
committed by Sam James
parent 6c0df89fd5
commit 2599786f2a
2 changed files with 4 additions and 4 deletions

View File

@@ -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" )

View File

@@ -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 )