commit:     d7a06df898c4fd07e4eb40c76d1c9c55f6d1dcb2
Author:     Heather <Heather <AT> live <DOT> ru>
AuthorDate: Sat Apr 11 11:05:13 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Apr 11 11:05:13 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=d7a06df8

F# 4 support

 dev-lang/fsharp/fsharp-9999.ebuild | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-lang/fsharp/fsharp-9999.ebuild 
b/dev-lang/fsharp/fsharp-9999.ebuild
index 3f05358..a0e6957 100644
--- a/dev-lang/fsharp/fsharp-9999.ebuild
+++ b/dev-lang/fsharp/fsharp-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -15,14 +15,18 @@ SRC_URI=""
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS=""
-IUSE="+unicode"
+IUSE="-unicode +fsharp4"
 
 if use unicode; then
        EGIT_REPO_URI="git://github.com/Heather/fsharp.git"
        EGIT_MASTER="heather"
 else
        EGIT_REPO_URI="git://github.com/fsharp/fsharp.git"
-       EGIT_MASTER="master"
+       if use fsharp4; then
+               EGIT_MASTER="fsharp4"
+       else
+               EGIT_MASTER="master"
+       fi
 fi
 
 MAKEOPTS="-j1" #nowarn

Reply via email to