diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 16:05:41 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-11-23 16:05:41 +0000 |
commit | d7125015cd9c78f72ac693a18dab9c39eaaad9e2 (patch) | |
tree | c7d0608c409688627c99b03028076d0e4497dbbd /net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40-r2.ebuild | |
parent | dev-db/mysql => virtual/mysql (diff) | |
download | gentoo-2-d7125015cd9c78f72ac693a18dab9c39eaaad9e2.tar.gz gentoo-2-d7125015cd9c78f72ac693a18dab9c39eaaad9e2.tar.bz2 gentoo-2-d7125015cd9c78f72ac693a18dab9c39eaaad9e2.zip |
dev-db/mysql => virtual/mysql
(Portage version: 2.1.1-r1)
Diffstat (limited to 'net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40-r2.ebuild')
-rw-r--r-- | net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40-r2.ebuild b/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40-r2.ebuild index 22f8564e575e..57e3797a241d 100644 --- a/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40-r2.ebuild +++ b/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40-r2.ebuild,v 1.10 2006/02/20 00:33:11 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/ezmlm-idx-mysql/ezmlm-idx-mysql-0.40-r2.ebuild,v 1.11 2006/11/23 16:05:41 vivo Exp $ # NOTE: ezmlm-idx, ezmlm-idx-mysql and ezmlm-idx-pgsql all supported by this single ebuild # (Please keep them in sync) @@ -31,8 +31,8 @@ then RDEPEND="$RDEPEND dev-db/postgresql" elif [ "$PN" = "${PB}-mysql" ] then - DEPEND="$DEPEND dev-db/mysql" - RDEPEND="$RDEPEND dev-db/mysql" + DEPEND="$DEPEND virtual/mysql" + RDEPEND="$RDEPEND virtual/mysql" fi src_unpack() { |