diff options
author | Masatomo Nakano <nakano@gentoo.org> | 2005-06-06 18:58:14 +0000 |
---|---|---|
committer | Masatomo Nakano <nakano@gentoo.org> | 2005-06-06 18:58:14 +0000 |
commit | f23786f76fb51f3ee455ca41683fdcdd7fd5d4d5 (patch) | |
tree | 9116e6bda598253311340f55d93817e5249fa5f6 /net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild | |
parent | Stable on sparc (diff) | |
download | gentoo-2-f23786f76fb51f3ee455ca41683fdcdd7fd5d4d5.tar.gz gentoo-2-f23786f76fb51f3ee455ca41683fdcdd7fd5d4d5.tar.bz2 gentoo-2-f23786f76fb51f3ee455ca41683fdcdd7fd5d4d5.zip |
added amd64 keyword
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild')
-rw-r--r-- | net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild b/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild index 007724a7cfc9..e3b00ccfbe56 100644 --- a/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild +++ b/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild @@ -1,11 +1,11 @@ # 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-r1.ebuild,v 1.7 2005/02/20 00:29:23 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild,v 1.8 2005/06/06 18:58:14 nakano Exp $ DESCRIPTION="This module allows user authentication (and can log authentication requests) against information stored in a PostgreSQL database." SRC_URI="http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/${P}b1.tar.gz" HOMEPAGE="http://www.giuseppetanzilli.it/mod_auth_pgsql2/" -KEYWORDS="x86 ppc ~sparc" +KEYWORDS="x86 ppc ~sparc ~amd64" LICENSE="freedist" SLOT="0" DEPEND=">=net-www/apache-2.0.40 |