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-9999.ebuild ChangeLog
Date: Mon, 24 Feb 2014 22:34:47
Message-Id: 20140224223444.886E02004C@flycatcher.gentoo.org
1 mgorny 14/02/24 22:34:44
2
3 Modified: systemd-9999.ebuild ChangeLog
4 Log:
5 Bump required glibc version, remove second (redundant) --enable-compat-libs.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.90 sys-apps/systemd/systemd-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.90&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.90&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.89&r2=1.90
15
16 Index: systemd-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
19 retrieving revision 1.89
20 retrieving revision 1.90
21 diff -u -r1.89 -r1.90
22 --- systemd-9999.ebuild 24 Feb 2014 02:29:06 -0000 1.89
23 +++ systemd-9999.ebuild 24 Feb 2014 22:34:44 -0000 1.90
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-9999.ebuild,v 1.89 2014/02/24 02:29:06 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.90 2014/02/24 22:34:44 mgorny Exp $
29
30 EAPI=5
31
32 @@ -63,7 +63,7 @@
33 <sys-apps/sysvinit-2.88-r4
34 )
35 !sys-auth/nss-myhostname
36 - !<sys-libs/glibc-2.10
37 + !<sys-libs/glibc-2.14
38 !sys-fs/udev"
39
40 # sys-apps/daemon: the daemon only (+ build-time lib dep for tests)
41 @@ -226,7 +226,6 @@
42 DBUS_CFLAGS=' '
43 DBUS_LIBS=' '
44
45 - --enable-compat-libs
46 --disable-acl
47 --disable-audit
48 --disable-gcrypt
49
50
51
52 1.225 sys-apps/systemd/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.225&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.225&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.224&r2=1.225
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
61 retrieving revision 1.224
62 retrieving revision 1.225
63 diff -u -r1.224 -r1.225
64 --- ChangeLog 24 Feb 2014 02:29:06 -0000 1.224
65 +++ ChangeLog 24 Feb 2014 22:34:44 -0000 1.225
66 @@ -1,6 +1,9 @@
67 # ChangeLog for sys-apps/systemd
68 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.224 2014/02/24 02:29:06 floppym Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.225 2014/02/24 22:34:44 mgorny Exp $
71 +
72 + 24 Feb 2014; Michał Górny <mgorny@g.o> systemd-9999.ebuild:
73 + Bump required glibc version, remove second (redundant) --enable-compat-libs.
74
75 24 Feb 2014; Mike Gilbert <floppym@g.o> systemd-9999.ebuild:
76 Fix build with USE=python (missing dep on lxml).