Gentoo Archives: gentoo-commits

From: "Friedrich Oslage (bluebird)" <bluebird@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/rendercheck: ChangeLog rendercheck-1.3.ebuild
Date: Mon, 06 Apr 2009 18:46:44
Message-Id: E1LqtqF-0001in-1F@stork.gentoo.org
1 bluebird 09/04/06 18:46:43
2
3 Modified: ChangeLog rendercheck-1.3.ebuild
4 Log:
5 Add ~sparc keyword, bug #251832
6 (Portage version: 2.2_rc28/cvs/Linux sparc64)
7
8 Revision Changes Path
9 1.11 x11-misc/rendercheck/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rendercheck/ChangeLog?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rendercheck/ChangeLog?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rendercheck/ChangeLog?r1=1.10&r2=1.11
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/rendercheck/ChangeLog,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- ChangeLog 5 Apr 2009 22:07:33 -0000 1.10
22 +++ ChangeLog 6 Apr 2009 18:46:42 -0000 1.11
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-misc/rendercheck
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rendercheck/ChangeLog,v 1.10 2009/04/05 22:07:33 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rendercheck/ChangeLog,v 1.11 2009/04/06 18:46:42 bluebird Exp $
28 +
29 + 06 Apr 2009; Friedrich Oslage <bluebird@g.o>
30 + rendercheck-1.3.ebuild:
31 + Add ~sparc keyword, bug #251832
32
33 05 Apr 2009; Markus Meier <maekke@g.o> rendercheck-1.3.ebuild:
34 x86 stable, bug #251832
35
36
37
38 1.5 x11-misc/rendercheck/rendercheck-1.3.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rendercheck/rendercheck-1.3.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rendercheck/rendercheck-1.3.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/rendercheck/rendercheck-1.3.ebuild?r1=1.4&r2=1.5
43
44 Index: rendercheck-1.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-misc/rendercheck/rendercheck-1.3.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- rendercheck-1.3.ebuild 5 Apr 2009 22:07:33 -0000 1.4
51 +++ rendercheck-1.3.ebuild 6 Apr 2009 18:46:42 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rendercheck/rendercheck-1.3.ebuild,v 1.4 2009/04/05 22:07:33 maekke Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rendercheck/rendercheck-1.3.ebuild,v 1.5 2009/04/06 18:46:42 bluebird Exp $
57
58 IUSE=""
59
60 @@ -10,7 +10,7 @@
61
62 SLOT="0"
63 LICENSE="BSD"
64 -KEYWORDS="amd64 ppc x86"
65 +KEYWORDS="amd64 ppc ~sparc x86"
66
67 RDEPEND=">=x11-base/xorg-x11-6.8.0"