diff options
author | Hanno Böck <hanno@gentoo.org> | 2010-04-23 20:35:10 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2010-04-23 20:35:10 +0000 |
commit | 97be17899ae182c15278d0ebccffe31b36087db9 (patch) | |
tree | 6a5d89806c64aeb9fc717dbefeb3c81971889540 /sys-auth/pam_mount | |
parent | Remove old. (diff) | |
download | gentoo-2-97be17899ae182c15278d0ebccffe31b36087db9.tar.gz gentoo-2-97be17899ae182c15278d0ebccffe31b36087db9.tar.bz2 gentoo-2-97be17899ae182c15278d0ebccffe31b36087db9.zip |
pam_mount: adjust dependency on cryptsteup
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/pam_mount')
-rw-r--r-- | sys-auth/pam_mount/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-2.0.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-auth/pam_mount/ChangeLog b/sys-auth/pam_mount/ChangeLog index e5a3f36f558e..019698683998 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.38 2010/04/23 13:27:57 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.39 2010/04/23 20:35:10 hanno Exp $ + + 23 Apr 2010; Hanno Boeck <hanno@gentoo.org> pam_mount-2.0.ebuild: + Adjust cryptsetup dependency. *pam_mount-2.0 (23 Apr 2010) diff --git a/sys-auth/pam_mount/pam_mount-2.0.ebuild b/sys-auth/pam_mount/pam_mount-2.0.ebuild index e4970f85d627..098c71ee08cc 100644 --- a/sys-auth/pam_mount/pam_mount-2.0.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.0.ebuild,v 1.1 2010/04/23 13:27:57 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.0.ebuild,v 1.2 2010/04/23 20:35:10 hanno Exp $ EAPI=3 @@ -19,12 +19,13 @@ DEPEND=">=sys-libs/pam-0.99 dev-libs/openssl >=sys-libs/libhx-3.4 dev-libs/libxml2 + >=sys-fs/cryptsetup-1.1.0 dev-util/pkgconfig" RDEPEND=">=sys-libs/pam-0.99 dev-libs/openssl >=sys-libs/libhx-3.4 dev-libs/libxml2 - >=sys-fs/cryptsetup-1.0.5 + >=sys-fs/cryptsetup-1.1.0 sys-process/lsof" src_configure() { |