diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-11-18 23:14:53 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-11-18 23:14:53 +0000 |
commit | 31daa827f265e3e23c572054bc7136553a5620e9 (patch) | |
tree | d7f6e4044791ef0da0edc88cce9d7446bd963407 /dev-db | |
parent | NDB cluster for MySQL. (diff) | |
download | gentoo-2-31daa827f265e3e23c572054bc7136553a5620e9.tar.gz gentoo-2-31daa827f265e3e23c572054bc7136553a5620e9.tar.bz2 gentoo-2-31daa827f265e3e23c572054bc7136553a5620e9.zip |
whitespace fix.
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/mysql-4.1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-4.1.7.ebuild b/dev-db/mysql/mysql-4.1.7.ebuild index 8afefa45445a..d97eec662240 100644 --- a/dev-db/mysql/mysql-4.1.7.ebuild +++ b/dev-db/mysql/mysql-4.1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.7.ebuild,v 1.1 2004/11/17 22:25:22 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.7.ebuild,v 1.2 2004/11/18 23:14:53 robbat2 Exp $ inherit eutils gnuconfig #to accomodate -laadeedah releases @@ -34,7 +34,7 @@ DEPEND=" sys-apps/procps >=sys-apps/texinfo-4.7 >=sys-apps/sed-4" -PDEPEND="perl? ( >=dev-perl/DBD-mysql-2.9004 ) +PDEPEND="perl? ( >=dev-perl/DBD-mysql-2.9004 ) ruby? ( >=dev-ruby/mysql-ruby-2.5 )" RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-mysql )" |