Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-212.ebuild ChangeLog
Date: Sat, 29 Mar 2014 08:02:12
Message-Id: 20140329080204.CB8A320054@flycatcher.gentoo.org
1 mgorny 14/03/29 08:02:04
2
3 Modified: systemd-212.ebuild ChangeLog
4 Log:
5 Require kernel 3.7 temporarily due to unconditional use of newer defines.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.3 sys-apps/systemd/systemd-212.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-212.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-212.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-212.ebuild?r1=1.2&r2=1.3
15
16 Index: systemd-212.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- systemd-212.ebuild 28 Mar 2014 18:16:31 -0000 1.2
23 +++ systemd-212.ebuild 29 Mar 2014 08:02:04 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212.ebuild,v 1.2 2014/03/28 18:16:31 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212.ebuild,v 1.3 2014/03/29 08:02:04 mgorny Exp $
29
30 EAPI=5
31
32 @@ -21,7 +21,9 @@
33 kdbus +kmod lzma pam policykit python qrcode +seccomp selinux ssl
34 test vanilla xattr"
35
36 -MINKV="3.0"
37 +# http://lists.freedesktop.org/archives/systemd-devel/2014-March/018267.html
38 +# (fixed in git)
39 +MINKV="3.7"
40
41 COMMON_DEPEND=">=sys-apps/util-linux-2.20:0=
42 sys-libs/libcap:0=
43
44
45
46 1.243 sys-apps/systemd/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.243&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.243&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.242&r2=1.243
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
55 retrieving revision 1.242
56 retrieving revision 1.243
57 diff -u -r1.242 -r1.243
58 --- ChangeLog 28 Mar 2014 18:16:31 -0000 1.242
59 +++ ChangeLog 29 Mar 2014 08:02:04 -0000 1.243
60 @@ -1,6 +1,9 @@
61 # ChangeLog for sys-apps/systemd
62 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.242 2014/03/28 18:16:31 mgorny Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.243 2014/03/29 08:02:04 mgorny Exp $
65 +
66 + 29 Mar 2014; Michał Górny <mgorny@g.o> systemd-212.ebuild:
67 + Require kernel 3.7 temporarily due to unconditional use of newer defines.
68
69 28 Mar 2014; Michał Górny <mgorny@g.o> systemd-212.ebuild,
70 systemd-9999.ebuild: