diff options
author | 2006-11-08 20:53:44 +0000 | |
---|---|---|
committer | 2006-11-08 20:53:44 +0000 | |
commit | 843241990fcc9cdb557b473e7753c96122767081 (patch) | |
tree | 7f41ed1f7c90b561c966d0de22643cad155218f0 /dev-db/dbbalancer/dbbalancer-0.4.4.ebuild | |
parent | Make the notice $ROOT aware. (diff) | |
download | historical-843241990fcc9cdb557b473e7753c96122767081.tar.gz historical-843241990fcc9cdb557b473e7753c96122767081.tar.bz2 historical-843241990fcc9cdb557b473e7753c96122767081.zip |
libpqpp dependency added, bug #154320
Package-Manager: portage-2.1.2_rc1-r1
Diffstat (limited to 'dev-db/dbbalancer/dbbalancer-0.4.4.ebuild')
-rw-r--r-- | dev-db/dbbalancer/dbbalancer-0.4.4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild b/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild index 05f127192831..691ed314647e 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-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # 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.14 2005/07/22 23:22:25 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/dbbalancer/dbbalancer-0.4.4.ebuild,v 1.15 2006/11/08 20:53:44 dev-zero Exp $ inherit eutils @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND=">=dev-db/postgresql-7.2.3-r1 +DEPEND="dev-db/postgresql + dev-cpp/libpqpp >=dev-libs/ace-5.2.4-r1 >=app-text/openjade-1.3.1-r5 >=app-text/docbook-dsssl-stylesheets-1.77" |