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 58BA9158009 for ; Wed, 28 Jun 2023 07:19:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17F38E08F1; Wed, 28 Jun 2023 07:19:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 00907E08F1 for ; Wed, 28 Jun 2023 07:19:27 +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 095C9340FEC for ; Wed, 28 Jun 2023 07:19:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A9F7A9D 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: <1687936743.9bf1e19f561713674c36d657cd2cdaf478316cca.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mono/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/mono/mono-6.12.0.122.ebuild dev-lang/mono/mono-6.12.0.182.ebuild X-VCS-Directories: dev-lang/mono/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9bf1e19f561713674c36d657cd2cdaf478316cca 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: 3f7c142e-f6d9-4f37-9d18-9625a21d53bb X-Archives-Hash: e69caf65b5808e46761c22fe420f71a5 commit: 9bf1e19f561713674c36d657cd2cdaf478316cca Author: Sam James gentoo org> AuthorDate: Wed Jun 28 07:13:25 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 28 07:19:03 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf1e19f dev-lang/mono: add missing selinux policy dep Signed-off-by: Sam James gentoo.org> dev-lang/mono/mono-6.12.0.122.ebuild | 3 ++- dev-lang/mono/mono-6.12.0.182.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-lang/mono/mono-6.12.0.122.ebuild b/dev-lang/mono/mono-6.12.0.122.ebuild index fa328db808d8..c644193115d7 100644 --- a/dev-lang/mono/mono-6.12.0.122.ebuild +++ b/dev-lang/mono/mono-6.12.0.122.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://download.mono-project.com/sources/mono/${P}.tar.xz" LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception IDPL" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 -riscv x86 ~amd64-linux" -IUSE="doc minimal nls pax-kernel xen" +IUSE="doc minimal nls pax-kernel selinux xen" # Note: mono works incorrect with older versions of libgdiplus # Details on dotnet overlay issue: https://github.com/gentoo/dotnet/issues/429 @@ -27,6 +27,7 @@ DEPEND=" RDEPEND=" ${DEPEND} app-misc/ca-certificates + selinux? ( sec-policy/selinux-mono ) " # CMake is used for bundled deps BDEPEND=" diff --git a/dev-lang/mono/mono-6.12.0.182.ebuild b/dev-lang/mono/mono-6.12.0.182.ebuild index 7ec3e4980142..20444696ffda 100644 --- a/dev-lang/mono/mono-6.12.0.182.ebuild +++ b/dev-lang/mono/mono-6.12.0.182.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://download.mono-project.com/sources/mono/${P}.tar.xz" LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception IDPL" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 -riscv ~x86 ~amd64-linux" -IUSE="doc minimal nls pax-kernel xen" +IUSE="doc minimal nls pax-kernel selinux xen" # Note: mono works incorrect with older versions of libgdiplus # Details on dotnet overlay issue: https://github.com/gentoo/dotnet/issues/429 @@ -27,6 +27,7 @@ DEPEND=" RDEPEND=" ${DEPEND} app-misc/ca-certificates + selinux? ( sec-policy/selinux-mono ) " # CMake is used for bundled deps BDEPEND="