Gentoo Archives: gentoo-commits

From: Heather Cynede <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/
Date: Fri, 27 Sep 2013 04:39:19
Message-Id: 1380256883.2db97af289351decdbaf07fe4d2a63a8302764cd.cynede@gentoo
1 commit: 2db97af289351decdbaf07fe4d2a63a8302764cd
2 Author: Heather <Heather <AT> cynede <DOT> net>
3 AuthorDate: Fri Sep 27 04:41:23 2013 +0000
4 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 27 04:41:23 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=2db97af2
7
8 bug 485900 solved by TomWij
9
10 ---
11 dev-lang/mono/mono-3.2.3.ebuild | 3 ++-
12 1 file changed, 2 insertions(+), 1 deletion(-)
13
14 diff --git a/dev-lang/mono/mono-3.2.3.ebuild b/dev-lang/mono/mono-3.2.3.ebuild
15 index 7f8b8ca..94abcd2 100644
16 --- a/dev-lang/mono/mono-3.2.3.ebuild
17 +++ b/dev-lang/mono/mono-3.2.3.ebuild
18 @@ -1,6 +1,6 @@
19 # Copyright 1999-2013 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Header: $
22 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.2.3.ebuild,v 1.2 2013/09/26 14:02:55 tomwij Exp $
23
24 EAPI="5"
25 AUTOTOOLS_PRUNE_LIBTOOL_FILES="all"
26 @@ -104,6 +104,7 @@ src_compile() {
27 }
28
29 src_test() {
30 + cd mcs/tests || die
31 emake check
32 }