summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-04-11 02:45:51 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-04-11 02:45:51 +0000
commit9a073e1c8be106395ffbc4c52465328d31fe39e1 (patch)
tree7b6f267deda8b97373c88b04e95ab20155ecdcec /dev-libs/root
parentFixed dependencies. Updated version. (diff)
downloadgentoo-2-9a073e1c8be106395ffbc4c52465328d31fe39e1.tar.gz
gentoo-2-9a073e1c8be106395ffbc4c52465328d31fe39e1.tar.bz2
gentoo-2-9a073e1c8be106395ffbc4c52465328d31fe39e1.zip
typo fix
Diffstat (limited to 'dev-libs/root')
-rw-r--r--dev-libs/root/root-3.03.04.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/root/root-3.03.04.ebuild b/dev-libs/root/root-3.03.04.ebuild
index fafeb3ec8b42..9d621ddf2ae0 100644
--- a/dev-libs/root/root-3.03.04.ebuild
+++ b/dev-libs/root/root-3.03.04.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Geert Bevin <gbevin@uwyn.com>
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/root/root-3.03.04.ebuild,v 1.1 2002/04/10 21:06:49 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/root/root-3.03.04.ebuild,v 1.2 2002/04/11 02:45:51 drobbins Exp $
S=${WORKDIR}/${PN}
DESCRIPTION="An Object-Oriented Data Analysis Framework"
@@ -13,7 +13,7 @@ DEPEND="virtual/glibc
>=media-libs/xpm-3.4k
>=media-libs/freetype-2.0.9
opengl? ( virtual/opengl virtual/glu )
- mysql? ( >=dev-db/mysql-4.23.49 )
+ mysql? ( >=dev-db/mysql-3.23.49 )
postgres? ( >=dev-db/postgresql-7.1.3-r4 )"
RDEPEND="${DEPEND}"