summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-19 09:49:25 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-19 09:49:25 +0000
commit96f8637a422f9c202966e4a0c8567b16f001fcda (patch)
treeced7391673020cc68e983e9ee64c1522b8a7fb60 /dev-db
parentChangeLog fixes (diff)
downloadgentoo-2-96f8637a422f9c202966e4a0c8567b16f001fcda.tar.gz
gentoo-2-96f8637a422f9c202966e4a0c8567b16f001fcda.tar.bz2
gentoo-2-96f8637a422f9c202966e4a0c8567b16f001fcda.zip
fix depend (bug #45110); tidy
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/dbbalancer/dbbalancer-0.4.4.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild b/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild
index af468b9bd5fc..61ed4e3ea44d 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.8 2004/03/16 08:01:46 mr_bones_ Exp $
+# $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 $
DESCRIPTION="Load balancing multithreaded PostgreSQL connection pool.
Also has a replication mode to keep in sync the load balanced backend
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="x86"
IUSE=""
-DEPEND=">=postgresql-7.2.3-r1
+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"
@@ -41,12 +41,11 @@ src_compile() {
--with-pq-include=/usr/include/postgresql \
--with-jade=/usr/bin/jade \
--with-docbook=/usr/share/sgml/docbook/dsssl-stylesheets-1.77 \
- || die "./configure failed"
- emake || die
+ || die "./configure failed"
+ emake || die "emake failed"
export SANDBOX_DISABLED=1
}
src_install() {
dosbin ${WORKDIR}/DBBalancer/dbbalancerd
}
-