diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-05-22 16:16:38 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-05-22 16:16:38 +0000 |
commit | 2634778d406334f344f82f30fbc5b9fcc75fec9f (patch) | |
tree | 211a6517c9868332439a6bc40029415c55121014 /sys-auth | |
parent | Removal of app-portage/gatt, bug 363927 (diff) | |
download | gentoo-2-2634778d406334f344f82f30fbc5b9fcc75fec9f.tar.gz gentoo-2-2634778d406334f344f82f30fbc5b9fcc75fec9f.tar.bz2 gentoo-2-2634778d406334f344f82f30fbc5b9fcc75fec9f.zip |
Change libhx dependency to 3.6 from 3.10.1
(Portage version: 2.1.9.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.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_mount/ChangeLog b/sys-auth/pam_mount/ChangeLog index f43b707f69cb..fcee02c025a1 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.53 2011/05/21 22:32:46 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.54 2011/05/22 16:16:38 mattst88 Exp $ + + 22 May 2011; Matt Turner <mattst88@gentoo.org> pam_mount-2.10.ebuild: + Change libhx dependency to 3.6 from 3.10.1 21 May 2011; Matt Turner <mattst88@gentoo.org> pam_mount-2.10.ebuild: Fix a few dependencies. Thanks to Sander Sweers, bug 363149 diff --git a/sys-auth/pam_mount/pam_mount-2.10.ebuild b/sys-auth/pam_mount/pam_mount-2.10.ebuild index 52862af139bc..369f594487b4 100644 --- a/sys-auth/pam_mount/pam_mount-2.10.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.10.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.10.ebuild,v 1.3 2011/05/21 22:32:46 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.10.ebuild,v 1.4 2011/05/22 16:16:38 mattst88 Exp $ EAPI=4 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="crypt ssl selinux" COMMON_DEPEND=">=sys-libs/pam-0.99 - >=sys-libs/libhx-3.10.1 + >=sys-libs/libhx-3.6 >=dev-libs/libxml2-2.6 crypt? ( >=sys-fs/cryptsetup-1.1.0 ) ssl? ( >=dev-libs/openssl-0.9.8 ) |