diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-07-01 10:13:18 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-01 10:13:18 +0100 |
commit | 618b3e86e2b4078605f99fce1eefb08ac67ea5c9 (patch) | |
tree | 06992e774f104a2880c4c3e10b84ef94d7eeae67 /dev-lang/mono | |
parent | dev-tex/rubber: add 9999 (diff) | |
download | gentoo-618b3e86e2b4078605f99fce1eefb08ac67ea5c9.tar.gz gentoo-618b3e86e2b4078605f99fce1eefb08ac67ea5c9.tar.bz2 gentoo-618b3e86e2b4078605f99fce1eefb08ac67ea5c9.zip |
*/*: s/pax_kernel/pax-kernel/g
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-lang/mono')
-rw-r--r-- | dev-lang/mono/metadata.xml | 2 | ||||
-rw-r--r-- | dev-lang/mono/mono-6.12.0.122.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/mono/metadata.xml b/dev-lang/mono/metadata.xml index bbf56c224647..debfaeb28dae 100644 --- a/dev-lang/mono/metadata.xml +++ b/dev-lang/mono/metadata.xml @@ -3,7 +3,7 @@ <pkgmetadata> <!-- maintainer-needed --> <use> - <flag name="pax_kernel">Enable if the user plans to run the package under a pax enabled hardened kernel</flag> + <flag name="pax-kernel">Enable if the user plans to run the package under a pax enabled hardened kernel</flag> <flag name="xen">Make mono generate code that is considerably faster on xen VMs but slightly slower on for normal systems.</flag> </use> <upstream> diff --git a/dev-lang/mono/mono-6.12.0.122.ebuild b/dev-lang/mono/mono-6.12.0.122.ebuild index 981a76e89442..b1486e782657 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 x86 ~amd64-linux" -IUSE="doc minimal nls pax_kernel xen" +IUSE="doc minimal nls pax-kernel xen" # Note: mono works incorrect with older versions of libgdiplus # Details on dotnet overlay issue: https://github.com/gentoo/dotnet/issues/429 @@ -31,7 +31,7 @@ RDEPEND=" BDEPEND=" sys-devel/bc virtual/yacc - pax_kernel? ( sys-apps/elfix ) + pax-kernel? ( sys-apps/elfix ) " PATCHES=( @@ -66,7 +66,7 @@ src_prepare() { # get killed in the build proces when MPROTECT is enabled, bug #286280 # RANDMMAP kills the build process too, bug #347365 # We use paxmark.sh to get PT/XT logic, bug #532244 - if use pax_kernel ; then + if use pax-kernel ; then ewarn "We are disabling MPROTECT on the mono binary." # issue 9 : https://github.com/Heather/gentoo-dotnet/issues/9 |