commit:     5af1f2ec5940d6a397da1f0b151262cebb657323
Author:     Ron MacNeil <macro <AT> hotmail <DOT> com>
AuthorDate: Sat Aug  1 10:22:06 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Aug  1 11:20:44 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=5af1f2ec

mono-4.0.2.5: Remove incorrectly-named and redundant --with-profile4

It's --with-profile4_5 now, and it's enabled by default.

 dev-lang/mono/mono-4.0.2.5.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild 
b/dev-lang/mono/mono-4.0.2.5.ebuild
index edfd269..cf78032 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -78,8 +78,6 @@ src_prepare() {
 }
 
 src_configure() {
-       # --with-profile4 needs to be always enabled since it's used by default
-       # and, otherwise, problems like bug #340641 appear.
        local myeconfargs=(
                --enable-system-aot=yes
                --disable-quiet-build
@@ -88,7 +86,6 @@ src_configure() {
                --without-ikvm-native
                --with-jit
                --disable-dtrace
-               --with-profile4
                $(use_with doc mcs-docs)
                $(use_enable debug)
                $(use_enable nls)

Reply via email to