Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pam_mount: ChangeLog pam_mount-2.13.ebuild
Date: Sat, 24 Dec 2011 10:57:58
Message-Id: 20111224105747.1213E2004B@flycatcher.gentoo.org
1 hanno 11/12/24 10:57:47
2
3 Modified: ChangeLog pam_mount-2.13.ebuild
4 Log:
5 pam_mount requires mount / util-linux 2.20 or later.
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.63 sys-auth/pam_mount/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.63&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/ChangeLog?rev=1.63&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/ChangeLog?r1=1.62&r2=1.63
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v
19 retrieving revision 1.62
20 retrieving revision 1.63
21 diff -u -r1.62 -r1.63
22 --- ChangeLog 15 Dec 2011 20:03:36 -0000 1.62
23 +++ ChangeLog 24 Dec 2011 10:57:46 -0000 1.63
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-auth/pam_mount
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.62 2011/12/15 20:03:36 hanno Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.63 2011/12/24 10:57:46 hanno Exp $
29 +
30 + 24 Dec 2011; Hanno Boeck <hanno@g.o> pam_mount-2.13.ebuild:
31 + Needs mount / util-linux 2.20 or later.
32
33 *pam_mount-2.13 (15 Dec 2011)
34
35
36
37
38 1.2 sys-auth/pam_mount/pam_mount-2.13.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.13.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.13.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/pam_mount/pam_mount-2.13.ebuild?r1=1.1&r2=1.2
43
44 Index: pam_mount-2.13.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.13.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- pam_mount-2.13.ebuild 15 Dec 2011 20:03:36 -0000 1.1
51 +++ pam_mount-2.13.ebuild 24 Dec 2011 10:57:46 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.13.ebuild,v 1.1 2011/12/15 20:03:36 hanno Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.13.ebuild,v 1.2 2011/12/24 10:57:46 hanno Exp $
57
58 EAPI=4
59
60 @@ -25,7 +25,8 @@
61 DEPEND="${COMMON_DEPEND}
62 dev-util/pkgconfig
63 app-arch/xz-utils"
64 -RDEPEND="${COMMON_DEPEND}"
65 +RDEPEND="${COMMON_DEPEND}
66 + >=sys-apps/util-linux-2.20"
67
68 src_configure() {
69 econf --with-slibdir="/$(get_libdir)" \