diff options
author | Jason Wever <weeve@gentoo.org> | 2004-07-11 23:44:51 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-07-11 23:44:51 +0000 |
commit | 42904276cb61c77a7a088bb6b54dc27c9932b600 (patch) | |
tree | 52ce843937649608e4123fa389b0419bca392ae5 /net-www/mod_auth_pgsql | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-42904276cb61c77a7a088bb6b54dc27c9932b600.tar.gz gentoo-2-42904276cb61c77a7a088bb6b54dc27c9932b600.tar.bz2 gentoo-2-42904276cb61c77a7a088bb6b54dc27c9932b600.zip |
Added ~sparc keyword.
Diffstat (limited to 'net-www/mod_auth_pgsql')
-rw-r--r-- | net-www/mod_auth_pgsql/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.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 0ec38e55cf05..983c752b6958 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-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.12 2004/07/03 18:28:24 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.13 2004/07/11 23:44:51 weeve Exp $ + + 11 Jul 2004; Jason Wever <weeve@gentoo.org> mod_auth_pgsql-2.0.2-r1.ebuild: + Added ~sparc keyword. 03 Jul 2004; David Holm <dholm@gentoo.org> mod_auth_pgsql-2.0.2-r1.ebuild: Added to ~ppc. 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 ed5b0b5a8232..fe472b5f2b66 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-2004 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.2 2004/07/03 18:28:24 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-2.0.2-r1.ebuild,v 1.3 2004/07/11 23:44:51 weeve Exp $ DESCRIPTION="This module allows user authentication (and can log authethication 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" +KEYWORDS="x86 ~ppc ~sparc" LICENSE="freedist" SLOT="0" DEPEND=">=net-www/apache-2.0.40 |