mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-fabric/opensm: fix variable reference style
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -17,7 +17,7 @@ IUSE="tools"
|
||||
DEPEND="
|
||||
sys-fabric/libibmad:${SLOT}
|
||||
sys-fabric/libibumad:${SLOT}"
|
||||
RDEPEND="$DEPEND
|
||||
RDEPEND="${DEPEND}
|
||||
tools? (
|
||||
net-misc/iputils
|
||||
net-misc/openssh
|
||||
|
||||
@@ -15,7 +15,7 @@ SLOT="0"
|
||||
LICENSE="|| ( GPL-2 BSD-2 )"
|
||||
|
||||
DEPEND="sys-cluster/rdma-core"
|
||||
RDEPEND="$DEPEND
|
||||
RDEPEND="${DEPEND}
|
||||
tools? (
|
||||
net-misc/iputils
|
||||
net-misc/openssh
|
||||
|
||||
Reference in New Issue
Block a user