From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ECB40158020 for ; Fri, 23 Dec 2022 20:11:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6777DE08C8; Fri, 23 Dec 2022 20:11:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5261BE08C8 for ; Fri, 23 Dec 2022 20:11:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F9D3340EFC for ; Fri, 23 Dec 2022 20:11:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AF9D7F0 for ; Fri, 23 Dec 2022 20:11:37 +0000 (UTC) From: "Kenton Groombridge" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kenton Groombridge" Message-ID: <1671826136.d7aef7b27eecd1df82e7a18946266605a1e965e0.concord@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fabric/opensm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fabric/opensm/opensm-3.3.23-r1.ebuild sys-fabric/opensm/opensm-3.3.24.ebuild X-VCS-Directories: sys-fabric/opensm/ X-VCS-Committer: concord X-VCS-Committer-Name: Kenton Groombridge X-VCS-Revision: d7aef7b27eecd1df82e7a18946266605a1e965e0 X-VCS-Branch: master Date: Fri, 23 Dec 2022 20:11:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e7c0e68c-f1a4-46ab-9ff4-c4b8f76fbdbf X-Archives-Hash: 6f57fbecc47d1e0c8f7fa5994deec8c9 commit: d7aef7b27eecd1df82e7a18946266605a1e965e0 Author: Kenton Groombridge gentoo org> AuthorDate: Fri Dec 23 18:42:16 2022 +0000 Commit: Kenton Groombridge gentoo org> CommitDate: Fri Dec 23 20:08:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7aef7b2 sys-fabric/opensm: add USE=selinux Signed-off-by: Kenton Groombridge gentoo.org> sys-fabric/opensm/opensm-3.3.23-r1.ebuild | 5 +++-- 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