summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-20 07:06:06 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-20 07:06:06 +0000
commit861a5bba98d6b5ac9548ec54353aa2841b6a4ab7 (patch)
tree9ab83b36527253911f9c90a4b10d5c7a4936e68a /dev-db
parentlast micro update we hope. (diff)
downloadgentoo-2-861a5bba98d6b5ac9548ec54353aa2841b6a4ab7.tar.gz
gentoo-2-861a5bba98d6b5ac9548ec54353aa2841b6a4ab7.tar.bz2
gentoo-2-861a5bba98d6b5ac9548ec54353aa2841b6a4ab7.zip
fix depend (bug #45110)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/dbbalancer/ChangeLog6
-rw-r--r--dev-db/dbbalancer/dbbalancer-0.4.4.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-db/dbbalancer/ChangeLog b/dev-db/dbbalancer/ChangeLog
index 4a921c403ba0..55a91fdbed47 100644
--- a/dev-db/dbbalancer/ChangeLog
+++ b/dev-db/dbbalancer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/dbbalancer
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/dbbalancer/ChangeLog,v 1.4 2004/03/16 08:01:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/dbbalancer/ChangeLog,v 1.5 2004/03/20 07:03:04 mr_bones_ Exp $
+
+ 19 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ dbbalancer-0.4.4.ebuild:
+ fix depend (bug #45110)
16 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org>
dbbalancer-0.4.4.ebuild:
diff --git a/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild b/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild
index 61ed4e3ea44d..2697575eb3fe 100644
--- a/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild
+++ b/dev-db/dbbalancer/dbbalancer-0.4.4.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/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild,v 1.9 2004/03/19 09:46:53 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild,v 1.10 2004/03/20 07:03:04 mr_bones_ Exp $
DESCRIPTION="Load balancing multithreaded PostgreSQL connection pool.
Also has a replication mode to keep in sync the load balanced backend
@@ -15,8 +15,8 @@ IUSE=""
DEPEND=">=dev-db/postgresql-7.2.3-r1
>=dev-libs/ace-5.2.4-r1
- >=openjade-1.3.1-r5
- =docbook-dsssl-stylesheets-1.77"
+ >=app-text/openjade-1.3.1-r5
+ =app-text/docbook-dsssl-stylesheets-1.77"
S="${WORKDIR}/DBBalancer"