Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/suspend: suspend-0.9_pre0.ebuild ChangeLog
Date: Fri, 31 Dec 2010 01:14:44
Message-Id: 20101231011433.EE0D420054@flycatcher.gentoo.org
1 xmw 10/12/31 01:14:33
2
3 Modified: suspend-0.9_pre0.ebuild ChangeLog
4 Log:
5 Add use-dep on dev-libs/lzo[static-libs]
6
7 (Portage version: 2.1.9.25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sys-power/suspend/suspend-0.9_pre0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild?r1=1.2&r2=1.3
15
16 Index: suspend-0.9_pre0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- suspend-0.9_pre0.ebuild 4 Oct 2010 22:53:59 -0000 1.2
23 +++ suspend-0.9_pre0.ebuild 31 Dec 2010 01:14:33 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild,v 1.2 2010/10/04 22:53:59 xmw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/suspend-0.9_pre0.ebuild,v 1.3 2010/12/31 01:14:33 xmw Exp $
29
30 EAPI=2
31
32 @@ -22,7 +22,7 @@
33 X86_DEPEND="
34 ${X86_RDEPEND}
35 >=sys-apps/pciutils-2.2.4"
36 -RDEPEND=">=dev-libs/lzo-2
37 +RDEPEND=">=dev-libs/lzo-2[static-libs]
38 fbsplash? ( >=media-gfx/splashutils-1.5.2 )
39 crypt? ( dev-libs/libgcrypt )
40 x86? ( ${X86_RDEPEND} )
41
42
43
44 1.17 sys-power/suspend/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/ChangeLog?rev=1.17&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/ChangeLog?rev=1.17&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/suspend/ChangeLog?r1=1.16&r2=1.17
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v
53 retrieving revision 1.16
54 retrieving revision 1.17
55 diff -u -r1.16 -r1.17
56 --- ChangeLog 4 Oct 2010 22:53:59 -0000 1.16
57 +++ ChangeLog 31 Dec 2010 01:14:33 -0000 1.17
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sys-power/suspend
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v 1.16 2010/10/04 22:53:59 xmw Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-power/suspend/ChangeLog,v 1.17 2010/12/31 01:14:33 xmw Exp $
63 +
64 + 31 Dec 2010; Michael Weber <xmw@g.o> suspend-0.9_pre0.ebuild:
65 + Add use-dep on dev-libs/lzo[static-libs] (thanks to alexxy and Stefan Botz
66 + <sbotz@×××.net> on bug 348453)
67
68 04 Oct 2010; Michael Weber <xmw@g.o> suspend-0.9_pre0.ebuild,
69 +files/suspend-0.9_pre0-errno.patch: