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 | 48f8767bf12a7aff484ef9621bb96a6cadc2b00e (patch) | |
tree | e607a3f45fa813060b7373515cf3ece2bef31ec5 /dev-ruby | |
parent | New package: (diff) | |
download | gentoo-2-48f8767bf12a7aff484ef9621bb96a6cadc2b00e.tar.gz gentoo-2-48f8767bf12a7aff484ef9621bb96a6cadc2b00e.tar.bz2 gentoo-2-48f8767bf12a7aff484ef9621bb96a6cadc2b00e.zip |
fixed DEPEND list to have spaces in optional dependencies
Diffstat (limited to 'dev-ruby')
-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() { |