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 15:22:27
Message-Id: E1LPIQq-0002vR-PG@stork.gentoo.org
1 loki_val 09/01/20 15:22:24
2
3 Modified: go-mono.eclass
4 Log:
5 Add exception for findutils dependency for BSDs since they bring their own.
6
7 Revision Changes Path
8 1.3 eclass/go-mono.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/go-mono.eclass?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/go-mono.eclass?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/go-mono.eclass?r1=1.2&r2=1.3
13
14 Index: go-mono.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- go-mono.eclass 20 Jan 2009 14:48:54 -0000 1.2
21 +++ go-mono.eclass 20 Jan 2009 15:22:24 -0000 1.3
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.2 2009/01/20 14:48:54 loki_val Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v 1.3 2009/01/20 15:22:24 loki_val Exp $
27
28 # @ECLASS: go-mono.eclass
29 # @MAINTAINER:
30 @@ -33,7 +33,7 @@
31
32 DEPEND="${DEPEND}
33 >=dev-util/pkgconfig-0.23
34 - >=sys-apps/findutils-4.4.0"
35 + userland_GNU? ( >=sys-apps/findutils-4.4.0 )"
36
37 if [[ "${GO_MONO_REL_PV}" = "2.2" ]]
38 then