From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C8F39138CA3 for ; Sat, 9 May 2015 08:43:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B9B6E081B; Sat, 9 May 2015 08:43:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2AA40E081B for ; Sat, 9 May 2015 08:43:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0C75340CF8 for ; Sat, 9 May 2015 08:43:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1CBA9A3 for ; Sat, 9 May 2015 08:43:49 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1431160993.76c842ceea9854002dd4f61c91e3abe6247bd820.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-lang/fsharp/fsharp-9999.ebuild X-VCS-Directories: dev-lang/fsharp/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 76c842ceea9854002dd4f61c91e3abe6247bd820 X-VCS-Branch: master Date: Sat, 9 May 2015 08:43:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6b966ab8-ffd8-4ba1-9786-940ddbfab1ac X-Archives-Hash: c0cac332bfc78af1fd51dab8f6602dde commit: 76c842ceea9854002dd4f61c91e3abe6247bd820 Author: Heather live ru> AuthorDate: Sat May 9 08:43:13 2015 +0000 Commit: Heather Cynede gentoo 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"