Gentoo Archives: gentoo-commits

From: Heather Cynede <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
Date: Wed, 30 Sep 2015 15:20:41
Message-Id: 1443617043.c561ec541deb6f483750ed4a46d40c5a13c34cae.cynede@gentoo
1 commit: c561ec541deb6f483750ed4a46d40c5a13c34cae
2 Author: Heather <Heather <AT> live <DOT> ru>
3 AuthorDate: Wed Sep 30 12:44:03 2015 +0000
4 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 12:44:03 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=c561ec54
7
8 F# needs mono > 3
9
10 dev-lang/fsharp/fsharp-4.0.0.3.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-lang/fsharp/fsharp-4.0.0.3.ebuild b/dev-lang/fsharp/fsharp-4.0.0.3.ebuild
14 index abf2cca..40ce3df 100644
15 --- a/dev-lang/fsharp/fsharp-4.0.0.3.ebuild
16 +++ b/dev-lang/fsharp/fsharp-4.0.0.3.ebuild
17 @@ -18,7 +18,7 @@ KEYWORDS="~x86 ~amd64"
18 IUSE=""
19
20 MAKEOPTS+=" -j1" #nowarn
21 -DEPEND="dev-lang/mono"
22 +DEPEND=">=dev-lang/mono-3"
23 RDEPEND="${DEPEND}"
24
25 AUTOTOOLS_IN_SOURCE_BUILD=1