Gentoo Archives: gentoo-commits

From: "Joseph Jezak (josejx)" <josejx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/valgrind: ChangeLog valgrind-3.6.1-r1.ebuild
Date: Wed, 21 Dec 2011 15:47:27
Message-Id: 20111221154715.C1A472004B@flycatcher.gentoo.org
1 josejx 11/12/21 15:47:15
2
3 Modified: ChangeLog valgrind-3.6.1-r1.ebuild
4 Log:
5 Marked ppc/ppc64 stable for bug #387429.
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.132 dev-util/valgrind/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.132&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.132&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?r1=1.131&r2=1.132
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v
19 retrieving revision 1.131
20 retrieving revision 1.132
21 diff -u -r1.131 -r1.132
22 --- ChangeLog 23 Nov 2011 19:19:48 -0000 1.131
23 +++ ChangeLog 21 Dec 2011 15:47:15 -0000 1.132
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-util/valgrind
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.131 2011/11/23 19:19:48 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.132 2011/12/21 15:47:15 josejx Exp $
29 +
30 + 21 Dec 2011; Joseph Jezak <josejx@g.o> valgrind-3.6.1-r1.ebuild:
31 + Marked ppc/ppc64 stable for bug #387429.
32
33 *valgrind-3.7.0-r1 (23 Nov 2011)
34
35
36
37
38 1.4 dev-util/valgrind/valgrind-3.6.1-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.6.1-r1.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.6.1-r1.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.6.1-r1.ebuild?r1=1.3&r2=1.4
43
44 Index: valgrind-3.6.1-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.6.1-r1.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- valgrind-3.6.1-r1.ebuild 24 Oct 2011 19:58:05 -0000 1.3
51 +++ valgrind-3.6.1-r1.ebuild 21 Dec 2011 15:47:15 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.6.1-r1.ebuild,v 1.3 2011/10/24 19:58:05 maekke Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.6.1-r1.ebuild,v 1.4 2011/12/21 15:47:15 josejx Exp $
57
58 EAPI=2
59 inherit autotools eutils flag-o-matic toolchain-funcs multilib pax-utils
60 @@ -11,7 +11,7 @@
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 -KEYWORDS="-* amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
65 +KEYWORDS="-* amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
66 IUSE="mpi qt4"
67
68 DEPEND="mpi? ( virtual/mpi )"