summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-04-01 23:46:56 +0000
committerChuck Short <zul@gentoo.org>2004-04-01 23:46:56 +0000
commita1b4a6fd432b5692a458a1a1a6afd61bef1f5717 (patch)
tree150caa0fed2f1bb2fb7bc3d3a5f03971769bf712 /net-www
parentChange fontdir definition to host.def setting. (Manifest recommit) (diff)
downloadgentoo-2-a1b4a6fd432b5692a458a1a1a6afd61bef1f5717.tar.gz
gentoo-2-a1b4a6fd432b5692a458a1a1a6afd61bef1f5717.tar.bz2
gentoo-2-a1b4a6fd432b5692a458a1a1a6afd61bef1f5717.zip
Updated depends, only meant to work on apache-1. Closes #39490.
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mod_auth_pgsql/ChangeLog6
-rw-r--r--net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/mod_auth_pgsql/ChangeLog b/net-www/mod_auth_pgsql/ChangeLog
index bd06281cdc51..092454ec96f8 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-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.4 2004/01/16 13:20:13 nakano Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/ChangeLog,v 1.5 2004/04/01 23:46:56 zul Exp $
+
+ 01 Apr 2004; Chuck Short <zul@gentoo.org> mod_auth_pgsql-0.9.12.ebuild:
+ Changed DEPEND to net-www/apache-1*. Only meant to work on apache-1.
+ Closes #39490.
16 Jan 2004; Masatomo Nakano <nakano@gentoo.org>
mod_auth_pgsql-0.9.12.ebuild:
diff --git a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild
index 219cccda9c2d..833d63a22e15 100644
--- a/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild
+++ b/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild,v 1.3 2004/01/16 13:20:13 nakano Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pgsql/mod_auth_pgsql-0.9.12.ebuild,v 1.4 2004/04/01 23:46:56 zul 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_pgsql/dist/${P}.tar.gz"
@@ -8,7 +8,7 @@ HOMEPAGE="http://www.giuseppetanzilli.it/mod_auth_pgsql/"
KEYWORDS="x86"
LICENSE="freedist"
SLOT="0"
-DEPEND="net-www/apache
+DEPEND="net-www/apache-1**
dev-db/postgresql"
src_compile() {