diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-09-03 23:24:08 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-09-03 23:24:08 +0000 |
commit | 091af4058b6e6a6f19e749c9ee54af6c1a07cb3d (patch) | |
tree | 2b1924274cdc7f8d33551a9c2299929ffcbda223 /net-www/mod_auth_pam | |
parent | ppc stable profile update # 62322 (diff) | |
download | gentoo-2-091af4058b6e6a6f19e749c9ee54af6c1a07cb3d.tar.gz gentoo-2-091af4058b6e6a6f19e749c9ee54af6c1a07cb3d.tar.bz2 gentoo-2-091af4058b6e6a6f19e749c9ee54af6c1a07cb3d.zip |
Keyword modification, see changelog for details
Diffstat (limited to 'net-www/mod_auth_pam')
-rw-r--r-- | net-www/mod_auth_pam/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_auth_pam/mod_auth_pam-1.1.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/mod_auth_pam/ChangeLog b/net-www/mod_auth_pam/ChangeLog index 10bb39c34fcb..69bde35cc769 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/ChangeLog,v 1.3 2004/06/25 01:00:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/ChangeLog,v 1.4 2004/09/03 23:24:08 pvdabeel Exp $ + + 04 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> + mod_auth_pam-1.1.1.ebuild: + Masked mod_auth_pam-1.1.1.ebuild stable for ppc 23 Jun 2004; Chuck Short <zul@gentoo.org> files/apache2.pam, files/mod_auth_pam-1.1.1-gentoo.diff: diff --git a/net-www/mod_auth_pam/mod_auth_pam-1.1.1.ebuild b/net-www/mod_auth_pam/mod_auth_pam-1.1.1.ebuild index fe7695bfa9cd..6486e557040f 100644 --- a/net-www/mod_auth_pam/mod_auth_pam-1.1.1.ebuild +++ b/net-www/mod_auth_pam/mod_auth_pam-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.ebuild,v 1.3 2004/06/25 01:00:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/mod_auth_pam-1.1.1.ebuild,v 1.4 2004/09/03 23:24:08 pvdabeel Exp $ inherit eutils @@ -11,7 +11,7 @@ S="${WORKDIR}/${PN}" SRC_URI="http://pam.sourceforge.net/mod_auth_pam/dist/${PN}-2.0-1.1.1.tar.gz" LICENSE="Apache-1.1" -KEYWORDS="x86 ~ppc ~sparc" +KEYWORDS="x86 ppc ~sparc" DEPEND="sys-libs/pam =net-www/apache-2*" |