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-9999.ebuild ChangeLog
Date: Tue, 08 Jul 2014 17:01:17
Message-Id: 20140708170113.F2D202004E@flycatcher.gentoo.org
1 floppym 14/07/08 17:01:13
2
3 Modified: systemd-9999.ebuild ChangeLog
4 Log:
5 Don't disable gcrypt and xz support for non-native abis, bug 516702.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.122 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.122&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.122&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.121&r2=1.122
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.121
20 retrieving revision 1.122
21 diff -u -r1.121 -r1.122
22 --- systemd-9999.ebuild 4 Jul 2014 17:51:02 -0000 1.121
23 +++ systemd-9999.ebuild 8 Jul 2014 17:01:13 -0000 1.122
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.121 2014/07/04 17:51:02 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.122 2014/07/08 17:01:13 floppym Exp $
29
30 EAPI=5
31
32 @@ -37,7 +37,7 @@
33 audit? ( >=sys-process/audit-2:0= )
34 cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= )
35 elfutils? ( >=dev-libs/elfutils-0.158:0= )
36 - gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0= )
37 + gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0=[${MULTILIB_USEDEP}] )
38 gudev? ( >=dev-libs/glib-2.34.3:2=[${MULTILIB_USEDEP}] )
39 http? (
40 >=net-libs/libmicrohttpd-0.9.33:0=
41 @@ -279,7 +279,6 @@
42 --disable-acl
43 --disable-audit
44 --disable-elfutils
45 - --disable-gcrypt
46 --disable-gnutls
47 --disable-gtk-doc
48 --disable-introspection
49 @@ -293,7 +292,6 @@
50 --disable-seccomp
51 --disable-selinux
52 --disable-tests
53 - --disable-xz
54 )
55 fi
56
57
58
59
60 1.281 sys-apps/systemd/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.281&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.281&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.280&r2=1.281
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
69 retrieving revision 1.280
70 retrieving revision 1.281
71 diff -u -r1.280 -r1.281
72 --- ChangeLog 5 Jul 2014 13:56:23 -0000 1.280
73 +++ ChangeLog 8 Jul 2014 17:01:13 -0000 1.281
74 @@ -1,6 +1,9 @@
75 # ChangeLog for sys-apps/systemd
76 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.280 2014/07/05 13:56:23 ago Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.281 2014/07/08 17:01:13 floppym Exp $
79 +
80 + 08 Jul 2014; Mike Gilbert <floppym@g.o> systemd-9999.ebuild:
81 + Don't disable gcrypt and xz support for non-native abis, bug 516702.
82
83 05 Jul 2014; Agostino Sarubbo <ago@g.o> systemd-212-r5.ebuild:
84 Stable for x86, wrt bug #509076