1 |
ssuominen 09/09/30 20:05:31 |
2 |
|
3 |
Modified: ChangeLog libxcb-1.4-r1.ebuild |
4 |
Log: |
5 |
amd64 stable wrt #282290 |
6 |
(Portage version: 2.2_rc42/cvs/Linux x86_64) |
7 |
|
8 |
Revision Changes Path |
9 |
1.41 x11-libs/libxcb/ChangeLog |
10 |
|
11 |
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.41&view=markup |
12 |
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?rev=1.41&content-type=text/plain |
13 |
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/ChangeLog?r1=1.40&r2=1.41 |
14 |
|
15 |
Index: ChangeLog |
16 |
=================================================================== |
17 |
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v |
18 |
retrieving revision 1.40 |
19 |
retrieving revision 1.41 |
20 |
diff -u -r1.40 -r1.41 |
21 |
--- ChangeLog 28 Sep 2009 13:13:20 -0000 1.40 |
22 |
+++ ChangeLog 30 Sep 2009 20:05:31 -0000 1.41 |
23 |
@@ -1,6 +1,9 @@ |
24 |
# ChangeLog for x11-libs/libxcb |
25 |
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 |
26 |
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.40 2009/09/28 13:13:20 remi Exp $ |
27 |
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.41 2009/09/30 20:05:31 ssuominen Exp $ |
28 |
+ |
29 |
+ 30 Sep 2009; Samuli Suominen <ssuominen@g.o> libxcb-1.4-r1.ebuild: |
30 |
+ amd64 stable wrt #282290 |
31 |
|
32 |
28 Sep 2009; Rémi Cardona <remi@g.o> files/xcb-rebuilder.sh: |
33 |
add upgrade guide URL at the end of xcb-rebuilder.sh |
34 |
|
35 |
|
36 |
|
37 |
1.3 x11-libs/libxcb/libxcb-1.4-r1.ebuild |
38 |
|
39 |
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/libxcb-1.4-r1.ebuild?rev=1.3&view=markup |
40 |
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/libxcb-1.4-r1.ebuild?rev=1.3&content-type=text/plain |
41 |
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libxcb/libxcb-1.4-r1.ebuild?r1=1.2&r2=1.3 |
42 |
|
43 |
Index: libxcb-1.4-r1.ebuild |
44 |
=================================================================== |
45 |
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.4-r1.ebuild,v |
46 |
retrieving revision 1.2 |
47 |
retrieving revision 1.3 |
48 |
diff -u -r1.2 -r1.3 |
49 |
--- libxcb-1.4-r1.ebuild 17 Sep 2009 06:14:10 -0000 1.2 |
50 |
+++ libxcb-1.4-r1.ebuild 30 Sep 2009 20:05:31 -0000 1.3 |
51 |
@@ -1,6 +1,6 @@ |
52 |
# Copyright 1999-2009 Gentoo Foundation |
53 |
# Distributed under the terms of the GNU General Public License v2 |
54 |
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.4-r1.ebuild,v 1.2 2009/09/17 06:14:10 remi Exp $ |
55 |
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.4-r1.ebuild,v 1.3 2009/09/30 20:05:31 ssuominen Exp $ |
56 |
|
57 |
EAPI="2" |
58 |
|
59 |
@@ -14,7 +14,7 @@ |
60 |
SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2" |
61 |
LICENSE="X11" |
62 |
|
63 |
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" |
64 |
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" |
65 |
IUSE="doc selinux" |
66 |
|
67 |
RDEPEND="x11-libs/libXau |