commit: c561ec541deb6f483750ed4a46d40c5a13c34cae
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Wed Sep 30 12:44:03 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 12:44:03 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=c561ec54
F# needs mono > 3
dev-lang/fsharp/fsharp-4.0.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/fsharp/fsharp-4.0.0.3.ebuild
b/dev-lang/fsharp/fsharp-4.0.0.3.ebuild
index abf2cca..40ce3df 100644
--- a/dev-lang/fsharp/fsharp-4.0.0.3.ebuild
+++ b/dev-lang/fsharp/fsharp-4.0.0.3.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
MAKEOPTS+=" -j1" #nowarn
-DEPEND="dev-lang/mono"
+DEPEND=">=dev-lang/mono-3"
RDEPEND="${DEPEND}"
AUTOTOOLS_IN_SOURCE_BUILD=1