Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: go-mono.eclass
Date: Tue, 20 Jan 2009 14:48:58
Message-Id: E1LPHuQ-00024p-SG@stork.gentoo.org
1 loki_val 09/01/20 14:48:54
2
3 Modified: go-mono.eclass
4 Log:
5 Add dependency on >=sys-apps/findutils-4.4.0 w.r.t. bug 255621.
6
7 Revision Changes Path
8 1.2 eclass/go-mono.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/go-mono.eclass?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/go-mono.eclass?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/go-mono.eclass?r1=1.1&r2=1.2
13
14 Index: go-mono.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- go-mono.eclass 18 Jan 2009 16:16:22 -0000 1.1
21 +++ go-mono.eclass 20 Jan 2009 14:48:54 -0000 1.2
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v 1.1 2009/01/18 16:16:22 loki_val Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v 1.2 2009/01/20 14:48:54 loki_val Exp $
27
28 # @ECLASS: go-mono.eclass
29 # @MAINTAINER:
30 @@ -32,7 +32,8 @@
31 # path on ximians's servers from which to install.
32
33 DEPEND="${DEPEND}
34 - >=dev-util/pkgconfig-0.23"
35 + >=dev-util/pkgconfig-0.23
36 + >=sys-apps/findutils-4.4.0"
37
38 if [[ "${GO_MONO_REL_PV}" = "2.2" ]]
39 then