commit: 9303de000e7611110119adaacb59fe784a61b413
Author: Ron MacNeil <macro <AT> hotmail <DOT> com>
AuthorDate: Sat Aug 1 10:20:49 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=9303de00
mono-4.0.2.5: Remove --without-moonlight
It doesn't exist anymore.
dev-lang/mono/mono-4.0.2.5.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild
b/dev-lang/mono/mono-4.0.2.5.ebuild
index 997a922..edfd269 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -78,15 +78,11 @@ src_prepare() {
}
src_configure() {
- # --without-moonlight since www-plugins/moonlight is not the only one
- # using mono: https://bugzilla.novell.com/show_bug.cgi?id=641005#c3
- #
# --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
- --without-moonlight
--with-libgdiplus=$(usex minimal no installed)
$(use_with xen xen_opt)
--without-ikvm-native