diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-03-16 18:44:27 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-03-16 18:44:27 +0000 |
commit | 37edfe29dbfacc8f3ec65f6c64cd67000f04b33b (patch) | |
tree | 97b4d1a54da413e6ccc6c5a167ea1733238b346a /net-www/mod_auth_pam | |
parent | Stable on x86, see bug #125725. (diff) | |
download | gentoo-2-37edfe29dbfacc8f3ec65f6c64cd67000f04b33b.tar.gz gentoo-2-37edfe29dbfacc8f3ec65f6c64cd67000f04b33b.tar.bz2 gentoo-2-37edfe29dbfacc8f3ec65f6c64cd67000f04b33b.zip |
Stable on x86, see bug #125167.
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'net-www/mod_auth_pam')
-rw-r--r-- | net-www/mod_auth_pam/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-www/mod_auth_pam/ChangeLog b/net-www/mod_auth_pam/ChangeLog index 7bb66d7b615d..109ffae6463a 100644 --- a/net-www/mod_auth_pam/ChangeLog +++ b/net-www/mod_auth_pam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_auth_pam -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/ChangeLog,v 1.12 2005/10/08 19:12:26 kloeri Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/ChangeLog,v 1.13 2006/03/16 18:44:27 nelchael Exp $ + + 16 Mar 2006; Krzysiek Pawlik <nelchael@gentoo.org> + mod_auth_pam-1.1.1-r1.ebuild: + Stable on x86, see bug #125167. 08 Oct 2005; Bryan Østergaard <kloeri@gentoo.org> files/apache2.pam: Remove pam_console reference, bug 98454. diff --git a/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild b/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild index 8ca6d2421ed9..4eca913138d3 100644 --- a/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild +++ b/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild,v 1.8 2005/07/14 22:17:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild,v 1.9 2006/03/16 18:44:27 nelchael Exp $ inherit eutils apache-module @@ -10,7 +10,7 @@ DESCRIPTION="PAM authentication module for Apache" HOMEPAGE="http://pam.sourceforge.net/mod_auth_pam/" LICENSE="as-is" -KEYWORDS="~x86 ~ppc ~sparc ~amd64" +KEYWORDS="~amd64 ~ppc ~sparc x86" DEPEND="sys-libs/pam" SLOT="0" IUSE="apache2" |