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 C6922158009 for ; Wed, 28 Jun 2023 07:19:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B70FE08F5; Wed, 28 Jun 2023 07:19:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 6F11CE08F5 for ; Wed, 28 Jun 2023 07:19:29 +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 808AF340FEB for ; Wed, 28 Jun 2023 07:19:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6CFEAC7 for ; Wed, 28 Jun 2023 07:19:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1687936745.c4fd6be1f536f68c0ce94f751566fba61ccc76ad.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/tgt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/tgt/tgt-1.0.86.ebuild X-VCS-Directories: sys-block/tgt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c4fd6be1f536f68c0ce94f751566fba61ccc76ad X-VCS-Branch: master Date: Wed, 28 Jun 2023 07:19:25 +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: 315975b1-ab2d-425f-a81a-917d04057cd0 X-Archives-Hash: 6f1f10dd939530f29bfa96bd9a18c382 commit: c4fd6be1f536f68c0ce94f751566fba61ccc76ad Author: Sam James gentoo org> AuthorDate: Wed Jun 28 07:17:10 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 28 07:19:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4fd6be1 sys-block/tgt: add missing selinux policy dep Signed-off-by: Sam James gentoo.org> sys-block/tgt/tgt-1.0.86.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sys-block/tgt/tgt-1.0.86.ebuild b/sys-block/tgt/tgt-1.0.86.ebuild index e02dff138fae..805337363ac3 100644 --- a/sys-block/tgt/tgt-1.0.86.ebuild +++ b/sys-block/tgt/tgt-1.0.86.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/fujita/tgt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~sparc x86" -IUSE="fcoe fcp ibmvio infiniband rbd" +IUSE="fcoe fcp ibmvio infiniband rbd selinux" DEPEND=" app-text/docbook-xsl-stylesheets @@ -20,9 +20,12 @@ DEPEND=" rbd? ( sys-cluster/ceph ) infiniband? ( sys-cluster/rdma-core ) " -RDEPEND="${DEPEND} +RDEPEND=" + ${DEPEND} dev-libs/libaio - sys-apps/sg3_utils" + sys-apps/sg3_utils + selinux? ( sec-policy/selinux-tgtd ) +" pkg_setup() { tc-export CC