Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog go-mono.eclass
Date: Sat, 27 Jul 2013 16:18:05
Message-Id: 20130727161800.9ACBD2171C@flycatcher.gentoo.org
1 pacho 13/07/27 16:18:00
2
3 Modified: ChangeLog go-mono.eclass
4 Log:
5 Don't block mono-3
6
7 Revision Changes Path
8 1.899 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.899&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.899&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.898&r2=1.899
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.898
18 retrieving revision 1.899
19 diff -u -r1.898 -r1.899
20 --- ChangeLog 27 Jul 2013 11:17:44 -0000 1.898
21 +++ ChangeLog 27 Jul 2013 16:18:00 -0000 1.899
22 @@ -1,6 +1,9 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.898 2013/07/27 11:17:44 mgorny Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.899 2013/07/27 16:18:00 pacho Exp $
27 +
28 + 27 Jul 2013; Pacho Ramos <pacho@g.o> go-mono.eclass:
29 + Don't block mono-3
30
31 27 Jul 2013; Michał Górny <mgorny@g.o> python.eclass,
32 python-distutils-ng.eclass, python-utils-r1.eclass:
33
34
35
36 1.15 eclass/go-mono.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/go-mono.eclass?rev=1.15&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/go-mono.eclass?rev=1.15&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/go-mono.eclass?r1=1.14&r2=1.15
41
42 Index: go-mono.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v
45 retrieving revision 1.14
46 retrieving revision 1.15
47 diff -u -r1.14 -r1.15
48 --- go-mono.eclass 2 May 2012 18:31:42 -0000 1.14
49 +++ go-mono.eclass 27 Jul 2013 16:18:00 -0000 1.15
50 @@ -1,6 +1,6 @@
51 -# Copyright 1999-2012 Gentoo Foundation
52 +# Copyright 1999-2013 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v 1.14 2012/05/02 18:31:42 jdhore Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v 1.15 2013/07/27 16:18:00 pacho Exp $
56
57 # @ECLASS: go-mono.eclass
58 # @MAINTAINER:
59 @@ -60,7 +60,7 @@
60
61 if ! has "${CATEGORY}/${PN}" "${NO_MONO_DEPEND[@]}"
62 then
63 - RDEPEND="=dev-lang/mono-${GO_MONO_REL_PV}*"
64 + RDEPEND=">=dev-lang/mono-${GO_MONO_REL_PV}"
65 DEPEND="${RDEPEND}"
66 fi