diff options
author | Patrick Lauer <patrick@gentoo.org> | 2021-03-01 15:24:47 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2021-03-01 15:24:47 +0000 |
commit | 6cdf612eaa66301433e726371ddf804df44c4f31 (patch) | |
tree | 9c6abbbcd508aa3e564c662f0921304c1e76a4d4 /sys-cluster/rdma-core/rdma-core-9999.ebuild | |
parent | dev-libs/ell: drop old (diff) | |
download | gentoo-6cdf612eaa66301433e726371ddf804df44c4f31.tar.gz gentoo-6cdf612eaa66301433e726371ddf804df44c4f31.tar.bz2 gentoo-6cdf612eaa66301433e726371ddf804df44c4f31.zip |
sys-cluster/rdma-core: Fix iwpmd init script installation
iwpmd binary depends on USE="neigh", make iwpmd init script
installation conditional too
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Diffstat (limited to 'sys-cluster/rdma-core/rdma-core-9999.ebuild')
-rw-r--r-- | sys-cluster/rdma-core/rdma-core-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/rdma-core/rdma-core-9999.ebuild b/sys-cluster/rdma-core/rdma-core-9999.ebuild index 04f071dfb379..22768de9389d 100644 --- a/sys-cluster/rdma-core/rdma-core-9999.ebuild +++ b/sys-cluster/rdma-core/rdma-core-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -95,9 +95,9 @@ src_install() { if use neigh; then newinitd "${FILESDIR}"/ibacm.init ibacm + newinitd "${FILESDIR}"/iwpmd.init iwpmd fi - newinitd "${FILESDIR}"/iwpmd.init iwpmd newinitd "${FILESDIR}"/srpd.init srpd use python && python_optimize |