Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/polkit: polkit-0.112-r1.ebuild ChangeLog
Date: Sat, 28 Dec 2013 00:11:54
Message-Id: 20131228001151.113882004C@flycatcher.gentoo.org
1 blueness 13/12/28 00:11:51
2
3 Modified: polkit-0.112-r1.ebuild ChangeLog
4 Log:
5 Fix ia64 where the order of the configure options was overridden by mips, thanks Arfrever
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.4 sys-auth/polkit/polkit-0.112-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: polkit-0.112-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- polkit-0.112-r1.ebuild 27 Dec 2013 20:12:49 -0000 1.3
23 +++ polkit-0.112-r1.ebuild 28 Dec 2013 00:11:50 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild,v 1.3 2013/12/27 20:12:49 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild,v 1.4 2013/12/28 00:11:50 blueness Exp $
29
30 EAPI=5
31 inherit eutils multilib pam pax-utils systemd user
32 @@ -68,8 +68,7 @@
33 $(use_enable introspection) \
34 --disable-examples \
35 $(use_enable nls) \
36 - $(usex ia64 --with-mozjs=mozjs185 --with-mozjs=mozjs-17.0) \
37 - $(usex mips --with-mozjs=mozjs185 --with-mozjs=mozjs-17.0) \
38 + $(if use ia64 || use mips; then echo --with-mozjs=mozjs185; else echo --with-mozjs=mozjs-17.0; fi) \
39 "$(systemd_with_unitdir)" \
40 --with-authfw=$(usex pam pam shadow) \
41 $(use pam && echo --with-pam-module-dir="$(getpam_mod_dir)") \
42
43
44
45 1.163 sys-auth/polkit/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.163&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.163&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?r1=1.162&r2=1.163
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v
54 retrieving revision 1.162
55 retrieving revision 1.163
56 diff -u -r1.162 -r1.163
57 --- ChangeLog 27 Dec 2013 20:12:49 -0000 1.162
58 +++ ChangeLog 28 Dec 2013 00:11:50 -0000 1.163
59 @@ -1,6 +1,10 @@
60 # ChangeLog for sys-auth/polkit
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.162 2013/12/27 20:12:49 blueness Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.163 2013/12/28 00:11:50 blueness Exp $
64 +
65 + 28 Dec 2013; Anthony G. Basile <blueness@g.o> polkit-0.112-r1.ebuild:
66 + Fix ia64 where the order of the configure options was overridden by mips,
67 + thanks Arfrever
68
69 27 Dec 2013; Anthony G. Basile <blueness@g.o> polkit-0.112-r1.ebuild:
70 Because sometimes portage is stupid