Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/gtk-sharp-beans: gtk-sharp-beans-2.14.0.ebuild
Date: Sun, 27 Feb 2011 19:32:19
Message-Id: 20110227193208.62A8A20054@flycatcher.gentoo.org
1 ssuominen 11/02/27 19:32:08
2
3 Modified: gtk-sharp-beans-2.14.0.ebuild
4 Log:
5 Fix prev commit
6
7 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-dotnet/gtk-sharp-beans/gtk-sharp-beans-2.14.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gtk-sharp-beans/gtk-sharp-beans-2.14.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gtk-sharp-beans/gtk-sharp-beans-2.14.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/gtk-sharp-beans/gtk-sharp-beans-2.14.0.ebuild?r1=1.1&r2=1.2
15
16 Index: gtk-sharp-beans-2.14.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gtk-sharp-beans/gtk-sharp-beans-2.14.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gtk-sharp-beans-2.14.0.ebuild 27 Feb 2011 19:26:57 -0000 1.1
23 +++ gtk-sharp-beans-2.14.0.ebuild 27 Feb 2011 19:32:08 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gtk-sharp-beans/gtk-sharp-beans-2.14.0.ebuild,v 1.1 2011/02/27 19:26:57 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gtk-sharp-beans/gtk-sharp-beans-2.14.0.ebuild,v 1.2 2011/02/27 19:32:08 ssuominen Exp $
29
30 EAPI=2
31 inherit autotools mono
32 @@ -37,4 +37,6 @@
33 src_install() {
34 emake DESTDIR="${D}" install || die
35 dodoc AUTHORS NEWS README
36 +
37 + mono_multilib_comply
38 }