diff options
author | Kenton Groombridge <concord@gentoo.org> | 2022-12-23 13:42:16 -0500 |
---|---|---|
committer | Kenton Groombridge <concord@gentoo.org> | 2022-12-23 15:08:56 -0500 |
commit | d7aef7b27eecd1df82e7a18946266605a1e965e0 (patch) | |
tree | 59114c82174f93003cb24bcb20166b1fa2a251bb /sys-fabric | |
parent | app-containers/cri-o: add USE=selinux (diff) | |
download | gentoo-d7aef7b27eecd1df82e7a18946266605a1e965e0.tar.gz gentoo-d7aef7b27eecd1df82e7a18946266605a1e965e0.tar.bz2 gentoo-d7aef7b27eecd1df82e7a18946266605a1e965e0.zip |
sys-fabric/opensm: add USE=selinux
Signed-off-by: Kenton Groombridge <concord@gentoo.org>
Diffstat (limited to 'sys-fabric')
-rw-r--r-- | sys-fabric/opensm/opensm-3.3.23-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-fabric/opensm/opensm-3.3.24.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sys-fabric/opensm/opensm-3.3.23-r1.ebuild b/sys-fabric/opensm/opensm-3.3.23-r1.ebuild index c0302c3bd2fe..b42297aa7112 100644 --- a/sys-fabric/opensm/opensm-3.3.23-r1.ebuild +++ b/sys-fabric/opensm/opensm-3.3.23-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -10,12 +10,13 @@ DESCRIPTION="OpenSM - InfiniBand Subnet Manager and Administration for OpenIB" SRC_URI="https://github.com/linux-rdma/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="amd64 x86 ~amd64-linux" -IUSE="tools" +IUSE="selinux tools" SLOT="0" LICENSE="|| ( GPL-2 BSD-2 )" DEPEND="sys-cluster/rdma-core" RDEPEND="${DEPEND} + selinux? ( sec-policy/selinux-opensm ) tools? ( net-misc/iputils net-misc/openssh diff --git a/sys-fabric/opensm/opensm-3.3.24.ebuild b/sys-fabric/opensm/opensm-3.3.24.ebuild index b80d8348a508..b4f1a52cb72b 100644 --- a/sys-fabric/opensm/opensm-3.3.24.ebuild +++ b/sys-fabric/opensm/opensm-3.3.24.ebuild @@ -12,10 +12,11 @@ SRC_URI="https://github.com/linux-rdma/opensm/releases/download/${PV}/${P}.tar.g LICENSE="|| ( GPL-2 BSD-2 )" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux" -IUSE="tools" +IUSE="selinux tools" DEPEND="sys-cluster/rdma-core" RDEPEND="${DEPEND} + selinux? ( sec-policy/selinux-opensm ) tools? ( net-misc/iputils net-misc/openssh |