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 48C091384AE for ; Sat, 19 Sep 2015 11:00:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0FD721C0EE; Sat, 19 Sep 2015 10:59:40 +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 477A921C0EB for ; Sat, 19 Sep 2015 10:59:35 +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 7C531340DDB for ; Sat, 19 Sep 2015 10:59:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A28E18C for ; Sat, 19 Sep 2015 10:59:33 +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: <1441768705.558594a01f3d3048f3a77ea8861269f81600761c.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-lang/mono/mono-9999.ebuild X-VCS-Directories: dev-lang/mono/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 558594a01f3d3048f3a77ea8861269f81600761c X-VCS-Branch: master Date: Sat, 19 Sep 2015 10:59:33 +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: 65035f9a-339d-4e41-b242-8a544944f0d4 X-Archives-Hash: 4522f4c7a8ead772f7ba3d2d00de450e commit: 558594a01f3d3048f3a77ea8861269f81600761c Author: Dan Douglas ndougl as> AuthorDate: Wed Sep 9 03:18:25 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Wed Sep 9 03:18:25 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=558594a0 dev-lang/mono-9999: git-2 -> git-r3 dev-lang/mono/mono-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-lang/mono/mono-9999.ebuild b/dev-lang/mono/mono-9999.ebuild index 4e9c20e..a2928eb 100644 --- a/dev-lang/mono/mono-9999.ebuild +++ b/dev-lang/mono/mono-9999.ebuild @@ -5,13 +5,12 @@ EAPI="5" AUTOTOOLS_PRUNE_LIBTOOL_FILES="all" -inherit linux-info mono-env flag-o-matic pax-utils autotools-utils git-2 +inherit linux-info mono-env flag-o-matic pax-utils autotools-utils git-r3 DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter" HOMEPAGE="http://www.mono-project.com/Main_Page" EGIT_REPO_URI="git://github.com/mono/${PN}.git" -EGIT_HAS_SUBMODULES="true" LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception IDPL" SLOT="0"