diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-06-14 00:02:42 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-06-14 00:02:42 +0000 |
commit | 33b6fb1ab6c9b193fa2051598e3fdafdbe2a43af (patch) | |
tree | 608cfa522d0a57bb733d6ae9414883b110bb7e47 /dev-ruby/ruby-dbi | |
parent | New package: (diff) | |
download | historical-33b6fb1ab6c9b193fa2051598e3fdafdbe2a43af.tar.gz historical-33b6fb1ab6c9b193fa2051598e3fdafdbe2a43af.tar.bz2 historical-33b6fb1ab6c9b193fa2051598e3fdafdbe2a43af.zip |
fixed DEPEND list to have spaces in optional dependencies
Diffstat (limited to 'dev-ruby/ruby-dbi')
-rw-r--r-- | dev-ruby/ruby-dbi/ruby-dbi-0.0.13.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-ruby/ruby-dbi/ruby-dbi-0.0.13.ebuild b/dev-ruby/ruby-dbi/ruby-dbi-0.0.13.ebuild index 79813e09bd61..94f9dd4a416c 100644 --- a/dev-ruby/ruby-dbi/ruby-dbi-0.0.13.ebuild +++ b/dev-ruby/ruby-dbi/ruby-dbi-0.0.13.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-ruby/ruby-dbi/ruby-dbi-0.0.13.ebuild,v 1.2 2002/05/27 17:27:37 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-dbi/ruby-dbi-0.0.13.ebuild,v 1.3 2002/06/14 00:02:42 seemant Exp $ S=${WORKDIR}/ruby-dbi-all DESCRIPTION="Ruby/DBI - a database independent interface for accessing databases - similar to Perl's DBI" @@ -9,10 +9,10 @@ SRC_URI="mirror://sourceforge/ruby-dbi/ruby-dbi-all-${PV}.tar.gz" HOMEPAGE="http://ruby-dbi.sourceforge.net/" DEPEND="=dev-lang/ruby-1.6* - mysql? (>=dev-db/mysql-3.23.49) - postgres? (>=dev-db/postgresql-7.1.3-r4) - firebird? (>=dev-db/firebird-1.0-r1) - odbc? (>=dev-db/unixODBC-2.0.6)" + mysql? ( >=dev-db/mysql-3.23.49 ) + postgres? ( >=dev-db/postgresql-7.1.3-r4 ) + firebird? ( >=dev-db/firebird-1.0-r1 ) + odbc? ( >=dev-db/unixODBC-2.0.6 )" src_compile() { |