diff options
author | Sam James <sam@gentoo.org> | 2023-06-28 08:13:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-28 08:19:03 +0100 |
commit | 9bf1e19f561713674c36d657cd2cdaf478316cca (patch) | |
tree | a4e92c9ac42ea846a0412378c637d392f1963a7a /dev-lang | |
parent | net-misc/modemmanager: add missing selinux policy dep (diff) | |
download | gentoo-9bf1e19f561713674c36d657cd2cdaf478316cca.tar.gz gentoo-9bf1e19f561713674c36d657cd2cdaf478316cca.tar.bz2 gentoo-9bf1e19f561713674c36d657cd2cdaf478316cca.zip |
dev-lang/mono: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/mono/mono-6.12.0.122.ebuild | 3 | ||||
-rw-r--r-- | 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=" |