diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-01-20 04:14:01 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-01-20 04:14:01 +0000 |
commit | 3a7c82dc8843f63d2def56dcb2fe87ccfb7a1724 (patch) | |
tree | e0b87de1a0ddd153d010ee605b7e50222adce02c /sys-auth | |
parent | Add myself as a maintainer. (diff) | |
download | gentoo-2-3a7c82dc8843f63d2def56dcb2fe87ccfb7a1724.tar.gz gentoo-2-3a7c82dc8843f63d2def56dcb2fe87ccfb7a1724.tar.bz2 gentoo-2-3a7c82dc8843f63d2def56dcb2fe87ccfb7a1724.zip |
pam_mount-2.6 requires libhx-3.6, not 3.4; bug 347039.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_mount/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-2.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-auth/pam_mount/ChangeLog b/sys-auth/pam_mount/ChangeLog index 42bd99d95140..1f94a354ae43 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.47 2010/11/28 01:56:52 hanno Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.48 2011/01/20 04:14:01 mattst88 Exp $ + + 20 Jan 2011; Matt Turner <mattst88@gentoo.org> pam_mount-2.6.ebuild: + pam_mount-2.6 requires libhx-3.6, not 3.4; bug 347039. *pam_mount-2.6 (28 Nov 2010) diff --git a/sys-auth/pam_mount/pam_mount-2.6.ebuild b/sys-auth/pam_mount/pam_mount-2.6.ebuild index eed10181b07b..42642e22b2dd 100644 --- a/sys-auth/pam_mount/pam_mount-2.6.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.6.ebuild,v 1.1 2010/11/28 01:56:52 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.6.ebuild,v 1.2 2011/01/20 04:14:01 mattst88 Exp $ EAPI=3 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="crypt" DEPEND=">=sys-libs/pam-0.99 dev-libs/openssl - >=sys-libs/libhx-3.4 + >=sys-libs/libhx-3.6 dev-libs/libxml2 >=sys-fs/cryptsetup-1.1.0 dev-util/pkgconfig |