diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-08-13 13:33:09 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-08-13 13:33:09 +0000 |
commit | f9b0e0e38cb74f55602de38f2834504a75ce6e00 (patch) | |
tree | 958ab7eb0a5b8502878e33f2e3f74856ebdb518f /sys-auth/pam_mount | |
parent | Marked ppc stable for bug #328501. (diff) | |
download | gentoo-2-f9b0e0e38cb74f55602de38f2834504a75ce6e00.tar.gz gentoo-2-f9b0e0e38cb74f55602de38f2834504a75ce6e00.tar.bz2 gentoo-2-f9b0e0e38cb74f55602de38f2834504a75ce6e00.zip |
Marked ppc stable for bug #264658.
(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.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 e3e94b498be0..cdf1e88ccdf0 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.44 2010/07/31 14:52:55 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.45 2010/08/13 13:33:09 josejx Exp $ + + 13 Aug 2010; Joseph Jezak <josejx@gentoo.org> pam_mount-2.1.ebuild: + Marked ppc stable for bug #264658. *pam_mount-2.4 (31 Jul 2010) diff --git a/sys-auth/pam_mount/pam_mount-2.1.ebuild b/sys-auth/pam_mount/pam_mount-2.1.ebuild index cd2f22c912b6..fe6ebb589f2c 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.4 2010/07/27 18:51:04 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.1.ebuild,v 1.5 2010/08/13 13:33:09 josejx 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 |