commit: fcd12609f187a919f7e45755d8c9686a19a1a183
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Fri Jul 17 10:05:39 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 10:05:39 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=fcd12609
fix #69
dev-lang/mono/mono-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-lang/mono/mono-9999.ebuild b/dev-lang/mono/mono-9999.ebuild
index fd34cd2..d35b4d2 100644
--- a/dev-lang/mono/mono-9999.ebuild
+++ b/dev-lang/mono/mono-9999.ebuild
@@ -44,7 +44,9 @@ pkg_setup() {
}
src_prepare() {
- epatch "${FILESDIR}/systemweb.patch"
+ # issue #69 (patch no longer actual)
+ #epatch "${FILESDIR}/systemweb.patch"
+
cat "${S}/mono/mini/Makefile.am.in" > "${S}/mono/mini/Makefile.am" ||
die
eautoreconf