Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/evolvotron: evolvotron-0.5.0.ebuild ChangeLog
Date: Fri, 09 Nov 2007 15:11:31
Message-Id: E1IqVVz-0001Oj-C9@stork.gentoo.org
1 drac 07/11/09 15:11:23
2
3 Modified: evolvotron-0.5.0.ebuild ChangeLog
4 Log:
5 dev-libs/boost is required at build time wrt #198391.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.2 x11-misc/evolvotron/evolvotron-0.5.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/evolvotron-0.5.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/evolvotron-0.5.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/evolvotron-0.5.0.ebuild?r1=1.1&r2=1.2
14
15 Index: evolvotron-0.5.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.5.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- evolvotron-0.5.0.ebuild 3 Nov 2007 12:38:43 -0000 1.1
22 +++ evolvotron-0.5.0.ebuild 9 Nov 2007 15:11:22 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.5.0.ebuild,v 1.1 2007/11/03 12:38:43 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.5.0.ebuild,v 1.2 2007/11/09 15:11:22 drac Exp $
28
29 inherit qt3
30
31 @@ -13,7 +13,9 @@
32 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
33 IUSE=""
34
35 -DEPEND="$(qt_min_version 3)"
36 +RDEPEND="$(qt_min_version 3)"
37 +DEPEND="${RDEPEND}
38 + dev-libs/boost"
39
40 S="${WORKDIR}"/${PN}
41
42
43
44
45 1.14 x11-misc/evolvotron/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/ChangeLog?rev=1.14&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/ChangeLog?rev=1.14&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/evolvotron/ChangeLog?r1=1.13&r2=1.14
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v
54 retrieving revision 1.13
55 retrieving revision 1.14
56 diff -u -r1.13 -r1.14
57 --- ChangeLog 3 Nov 2007 12:38:43 -0000 1.13
58 +++ ChangeLog 9 Nov 2007 15:11:22 -0000 1.14
59 @@ -1,6 +1,9 @@
60 # ChangeLog for x11-misc/evolvotron
61 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.13 2007/11/03 12:38:43 drac Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.14 2007/11/09 15:11:22 drac Exp $
64 +
65 + 09 Nov 2007; Samuli Suominen <drac@g.o> evolvotron-0.5.0.ebuild:
66 + dev-libs/boost is required at build time wrt #198391.
67
68 *evolvotron-0.5.0 (03 Nov 2007)
69
70
71
72
73 --
74 gentoo-commits@g.o mailing list