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 9C939138247 for ; Tue, 5 Nov 2013 12:44:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54D65E08CA; Tue, 5 Nov 2013 12:44:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD782E08CA for ; Tue, 5 Nov 2013 12:44:53 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B62E033F0B9 for ; Tue, 5 Nov 2013 12:44:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 48282E54D6 for ; Tue, 5 Nov 2013 12:44:51 +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: <1383654619.8dc34bc1aa4c2e87d124cdf1705544ef30498eb6.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-3.0.30.ebuild X-VCS-Directories: dev-lang/fsharp/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 8dc34bc1aa4c2e87d124cdf1705544ef30498eb6 X-VCS-Branch: master Date: Tue, 5 Nov 2013 12:44:51 +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: aa1eed03-0694-455d-9725-25accbbd7416 X-Archives-Hash: f9017b3b34fb67810e6dd7f19f11a4be commit: 8dc34bc1aa4c2e87d124cdf1705544ef30498eb6 Author: Heather Gentoo org> AuthorDate: Tue Nov 5 12:30:19 2013 +0000 Commit: Heather Cynede gentoo org> CommitDate: Tue Nov 5 12:30:19 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=8dc34bc1 fsc conflicts with scala... --- dev-lang/fsharp/fsharp-3.0.30.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-lang/fsharp/fsharp-3.0.30.ebuild b/dev-lang/fsharp/fsharp-3.0.30.ebuild index 63f8ee3..5f9b5eb 100644 --- a/dev-lang/fsharp/fsharp-3.0.30.ebuild +++ b/dev-lang/fsharp/fsharp-3.0.30.ebuild @@ -25,7 +25,4 @@ AUTOTOOLS_IN_SOURCE_BUILD=1 src_install() { autotools-utils_src_install - - #for older software compatibility: - dosym fsharpc /usr/bin/fsc }