diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-07-25 10:14:01 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-07-25 10:14:01 +0000 |
commit | 495db4d92a780f46986115024a8053799b5dce41 (patch) | |
tree | 85bace9a019d59edb4008d1393100d32a40eae95 /sys-auth | |
parent | stable x86, bug 328501 (diff) | |
download | gentoo-2-495db4d92a780f46986115024a8053799b5dce41.tar.gz gentoo-2-495db4d92a780f46986115024a8053799b5dce41.tar.bz2 gentoo-2-495db4d92a780f46986115024a8053799b5dce41.zip |
stable x86, bug 264658
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_mount/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_mount/ChangeLog b/sys-auth/pam_mount/ChangeLog index b7e959e44838..a0c4a07d7837 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.41 2010/06/13 13:38:26 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.42 2010/07/25 10:14:01 fauli Exp $ + + 25 Jul 2010; Christian Faulhammer <fauli@gentoo.org> pam_mount-2.1.ebuild: + stable x86, bug 264658 13 Jun 2010; Hanno Boeck <hanno@gentoo.org> pam_mount-2.1.ebuild: Add xz-utils as explicit dependency. diff --git a/sys-auth/pam_mount/pam_mount-2.1.ebuild b/sys-auth/pam_mount/pam_mount-2.1.ebuild index 863dbe161b26..59e484a236e5 100644 --- a/sys-auth/pam_mount/pam_mount-2.1.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.1.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.1.ebuild,v 1.2 2010/06/13 13:38:26 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.1.ebuild,v 1.3 2010/07/25 10:14:01 fauli Exp $ EAPI=3 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/pam-mount/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="crypt" DEPEND=">=sys-libs/pam-0.99 |