diff options
author | 2006-01-08 05:49:43 +0000 | |
---|---|---|
committer | 2006-01-08 05:49:43 +0000 | |
commit | eaea96f1245854d60e48fad64678e129bbfae72b (patch) | |
tree | 2577ae18a4c51c75616258e8a73da3d2e106cfd7 /net-www | |
parent | Marked stable on amd64, to address bug #116310 in 0.20.5-r1. (diff) | |
download | gentoo-2-eaea96f1245854d60e48fad64678e129bbfae72b.tar.gz gentoo-2-eaea96f1245854d60e48fad64678e129bbfae72b.tar.bz2 gentoo-2-eaea96f1245854d60e48fad64678e129bbfae72b.zip |
Stable on x86; bug #118096
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_auth_pgsql/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-www/mod_auth_pgsql/ChangeLog b/net-www/mod_auth_pgsql/ChangeLog index 2f9946292b93..d0a0d4baa5a6 100644 --- a/net-www/mod_auth_pgsql/ChangeLog +++ b/net-www/mod_auth_pgsql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mod_auth_pgsql # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.26 2006/01/07 21:53:39 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.27 2006/01/08 05:49:43 halcy0n Exp $ + + 08 Jan 2006; Mark Loeser <halcy0n@gentoo.org> mod_auth_pgsql-2.0.3.ebuild: + Stable on x86; bug #118096 07 Jan 2006; Tobias Scherbaum <dertobi123@gentoo.org> mod_auth_pgsql-2.0.3.ebuild: diff --git a/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.3.ebuild b/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.3.ebuild index dd8e10f184d7..d00ecd6b6479 100644 --- a/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.3.ebuild +++ b/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.3.ebuild @@ -1,6 +1,6 @@ # 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_pgsql/mod_auth_pgsql-2.0.3.ebuild,v 1.2 2006/01/07 21:53:39 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.3.ebuild,v 1.3 2006/01/08 05:49:43 halcy0n Exp $ inherit apache-module @@ -8,7 +8,7 @@ DESCRIPTION="This module allows user authentication (and can log authentication HOMEPAGE="http://www.giuseppetanzilli.it/mod_auth_pgsql2/" SRC_URI="http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/${P}.tar.gz" -KEYWORDS="~amd64 ppc ~sparc ~x86" +KEYWORDS="~amd64 ppc ~sparc x86" LICENSE="freedist" SLOT="2" DEPEND="dev-db/postgresql" |