diff options
author | Rajiv Aaron Manglani <rajiv@gentoo.org> | 2005-12-03 23:58:00 +0000 |
---|---|---|
committer | Rajiv Aaron Manglani <rajiv@gentoo.org> | 2005-12-03 23:58:00 +0000 |
commit | 64a044695156bb7a2791baef52043a1284c77525 (patch) | |
tree | 86e39c5111db8664a99f25eb544167ad66694cfa /net-www | |
parent | Bug #107247, version bump. (diff) | |
download | gentoo-2-64a044695156bb7a2791baef52043a1284c77525.tar.gz gentoo-2-64a044695156bb7a2791baef52043a1284c77525.tar.bz2 gentoo-2-64a044695156bb7a2791baef52043a1284c77525.zip |
stable on x86 to work with new apache layout. bug #114395.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mod_auth_pgsql/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/mod_auth_pgsql/ChangeLog b/net-www/mod_auth_pgsql/ChangeLog index ca99143e89b1..6f8ffcb72148 100644 --- a/net-www/mod_auth_pgsql/ChangeLog +++ b/net-www/mod_auth_pgsql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_auth_pgsql # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.21 2005/10/24 03:54:05 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.22 2005/12/03 23:58:00 rajiv Exp $ + + 03 Dec 2005; Rajiv Aaron Manglani <rajiv@gentoo.org> + mod_auth_pgsql-2.0.2-r2.ebuild: + stable on x86 to work with new apache layout. bug #114395. 24 Oct 2005; Masatomo Nakano <nakano@gentoo.org> mod_auth_pgsql-0.9.12.ebuild: diff --git a/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r2.ebuild b/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r2.ebuild index 95ff14a9b0fe..7b1da2444460 100644 --- a/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r2.ebuild +++ b/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.2-r2.ebuild,v 1.4 2005/06/06 18:58:14 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r2.ebuild,v 1.5 2005/12/03 23:58:00 rajiv 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}b1.tar.gz" -KEYWORDS="~x86 ~ppc ~sparc ~amd64" +KEYWORDS="x86 ~ppc ~sparc ~amd64" LICENSE="freedist" SLOT="2" DEPEND="dev-db/postgresql" |