commit: 76c842ceea9854002dd4f61c91e3abe6247bd820
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Sat May 9 08:43:13 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat May 9 08:43:13 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=76c842ce
don't enable fsharp4 branch by default
dev-lang/fsharp/fsharp-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/fsharp/fsharp-9999.ebuild
b/dev-lang/fsharp/fsharp-9999.ebuild
index a0e6957..ddc5340 100644
--- a/dev-lang/fsharp/fsharp-9999.ebuild
+++ b/dev-lang/fsharp/fsharp-9999.ebuild
@@ -15,7 +15,7 @@ SRC_URI=""
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS=""
-IUSE="-unicode +fsharp4"
+IUSE="-unicode -fsharp4"
if use unicode; then
EGIT_REPO_URI="git://github.com/Heather/fsharp.git"