Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-216-r2.ebuild ChangeLog
Date: Thu, 01 Jan 2015 19:46:57
Message-Id: 20150101194651.AC1EBEA8B@oystercatcher.gentoo.org
1 floppym 15/01/01 19:46:51
2
3 Modified: systemd-216-r2.ebuild ChangeLog
4 Log:
5 Fix build failure with USE='lz4 -lzma', bug 534228 by rich0.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.7 sys-apps/systemd/systemd-216-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild?r1=1.6&r2=1.7
15
16 Index: systemd-216-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- systemd-216-r2.ebuild 1 Jan 2015 15:09:29 -0000 1.6
23 +++ systemd-216-r2.ebuild 1 Jan 2015 19:46:51 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild,v 1.6 2015/01/01 15:09:29 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild,v 1.7 2015/01/01 19:46:51 floppym Exp $
29
30 EAPI=5
31
32 @@ -87,6 +87,8 @@
33 python? ( dev-python/lxml[${PYTHON_USEDEP}] )
34 test? ( >=sys-apps/dbus-1.6.8-r1:0 )"
35
36 +PATCHES=( "${FILESDIR}/216-lz4-build.patch" )
37 +
38 src_prepare() {
39 # Bug 463376
40 sed -i -e 's/GROUP="dialout"/GROUP="uucp"/' rules/*.rules || die
41
42
43
44 1.336 sys-apps/systemd/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.336&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.336&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.335&r2=1.336
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
53 retrieving revision 1.335
54 retrieving revision 1.336
55 diff -u -r1.335 -r1.336
56 --- ChangeLog 1 Jan 2015 15:09:29 -0000 1.335
57 +++ ChangeLog 1 Jan 2015 19:46:51 -0000 1.336
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sys-apps/systemd
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.335 2015/01/01 15:09:29 floppym Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.336 2015/01/01 19:46:51 floppym Exp $
63 +
64 + 01 Jan 2015; Mike Gilbert <floppym@g.o> +files/216-lz4-build.patch,
65 + systemd-216-r2.ebuild:
66 + Fix build failure with USE='lz4 -lzma', bug 534228 by rich0.
67
68 01 Jan 2015; Mike Gilbert <floppym@g.o> systemd-215-r3.ebuild,
69 systemd-216-r2.ebuild, systemd-217-r4.ebuild, systemd-218-r1.ebuild,