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 9CB121381F3 for ; Tue, 24 Sep 2013 13:04:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70FAEE0A87; Tue, 24 Sep 2013 13:04:02 +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 F1A49E0A87 for ; Tue, 24 Sep 2013 13:04:01 +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 D043A33ED62 for ; Tue, 24 Sep 2013 13:04:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 82E21E468F for ; Tue, 24 Sep 2013 13:03:59 +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: <1380027963.aa77d68bf6fe4e95f3f92dd9637a5a548850fd49.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.27.ebuild X-VCS-Directories: dev-lang/fsharp/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: aa77d68bf6fe4e95f3f92dd9637a5a548850fd49 X-VCS-Branch: master Date: Tue, 24 Sep 2013 13:03:59 +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: b32d985d-5cf4-432d-923f-1359991c5b41 X-Archives-Hash: b7567bce15652d1b1977a87d1c8c5563 commit: aa77d68bf6fe4e95f3f92dd9637a5a548850fd49 Author: Heather cynede net> AuthorDate: Tue Sep 24 13:06:03 2013 +0000 Commit: Heather Cynede gentoo org> CommitDate: Tue Sep 24 13:06:03 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=aa77d68b lesser QA for fsharp --- dev-lang/fsharp/fsharp-3.0.27.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/fsharp/fsharp-3.0.27.ebuild b/dev-lang/fsharp/fsharp-3.0.27.ebuild index 438e302..dcb1157 100644 --- a/dev-lang/fsharp/fsharp-3.0.27.ebuild +++ b/dev-lang/fsharp/fsharp-3.0.27.ebuild @@ -4,6 +4,8 @@ EAPI="5" +AUTOTOOLS_AUTORECONF=1 + inherit autotools-utils mono-env DESCRIPTION="The F# Compiler" @@ -20,8 +22,6 @@ DEPEND="dev-lang/mono" RDEPEND="${DEPEND}" AUTOTOOLS_IN_SOURCE_BUILD=1 -AUTOTOOLS_AUTORECONF=1 - src_install() { default