Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/polkit: polkit-0.100.ebuild
Date: Wed, 23 Feb 2011 14:05:43
Message-Id: 20110223140534.62E2C20054@flycatcher.gentoo.org
1 ssuominen 11/02/23 14:05:34
2
3 Modified: polkit-0.100.ebuild
4 Log:
5 Fix quoting
6
7 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-auth/polkit/polkit-0.100.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.100.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.100.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.100.ebuild?r1=1.1&r2=1.2
15
16 Index: polkit-0.100.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.100.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- polkit-0.100.ebuild 23 Feb 2011 13:31:54 -0000 1.1
23 +++ polkit-0.100.ebuild 23 Feb 2011 14:05:34 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 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.100.ebuild,v 1.1 2011/02/23 13:31:54 nirbheek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.100.ebuild,v 1.2 2011/02/23 14:05:34 ssuominen Exp $
29
30 EAPI="3"
31 inherit eutils pam
32 @@ -39,7 +39,7 @@
33 use pam && myauth="--with-authfw=pam --with-pam-module-dir=$(getpam_mod_dir)"
34
35 econf \
36 - --localstatedir=${EPREFIX}/var \
37 + --localstatedir="${EPREFIX}"/var \
38 --disable-dependency-tracking \
39 --disable-static \
40 $(use_enable debug verbose-mode) \