diff options
author | Hanno Böck <hanno@gentoo.org> | 2011-12-24 10:57:46 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2011-12-24 10:57:46 +0000 |
commit | 257c2c2098e9afaf80f494137af6ca26fb0d2578 (patch) | |
tree | 196fd9ade47b0cb2ebee505bf9c34d71f8773441 /sys-auth | |
parent | Version bump. The new version fixes tests on *BSD, supports Paludis API chang... (diff) | |
download | gentoo-2-257c2c2098e9afaf80f494137af6ca26fb0d2578.tar.gz gentoo-2-257c2c2098e9afaf80f494137af6ca26fb0d2578.tar.bz2 gentoo-2-257c2c2098e9afaf80f494137af6ca26fb0d2578.zip |
pam_mount requires mount / util-linux 2.20 or later.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_mount/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-2.13.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/pam_mount/ChangeLog b/sys-auth/pam_mount/ChangeLog index e45fcdd20e76..2c63c09fb3bc 100644 --- a/sys-auth/pam_mount/ChangeLog +++ b/sys-auth/pam_mount/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_mount # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.62 2011/12/15 20:03:36 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.63 2011/12/24 10:57:46 hanno Exp $ + + 24 Dec 2011; Hanno Boeck <hanno@gentoo.org> pam_mount-2.13.ebuild: + Needs mount / util-linux 2.20 or later. *pam_mount-2.13 (15 Dec 2011) diff --git a/sys-auth/pam_mount/pam_mount-2.13.ebuild b/sys-auth/pam_mount/pam_mount-2.13.ebuild index 01845513f2d8..58056aa8efb1 100644 --- a/sys-auth/pam_mount/pam_mount-2.13.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI=4 @@ -25,7 +25,8 @@ COMMON_DEPEND=">=sys-libs/pam-0.99 DEPEND="${COMMON_DEPEND} dev-util/pkgconfig app-arch/xz-utils" -RDEPEND="${COMMON_DEPEND}" +RDEPEND="${COMMON_DEPEND} + >=sys-apps/util-linux-2.20" src_configure() { econf --with-slibdir="/$(get_libdir)" \ |