diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-11-23 15:57:58 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-11-23 15:57:58 +0000 |
commit | 1c188ac5da6476da78999abb7d98319ad2a30a91 (patch) | |
tree | 62af86dbe538ffb46bca920e3c708c1fa6efd47e /virtual/mysql/mysql-4.0.ebuild | |
parent | Fix mbox location in default dovecot.conf (diff) | |
download | gentoo-2-1c188ac5da6476da78999abb7d98319ad2a30a91.tar.gz gentoo-2-1c188ac5da6476da78999abb7d98319ad2a30a91.tar.bz2 gentoo-2-1c188ac5da6476da78999abb7d98319ad2a30a91.zip |
Default to dev-db/mysql.
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'virtual/mysql/mysql-4.0.ebuild')
-rw-r--r-- | virtual/mysql/mysql-4.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/virtual/mysql/mysql-4.0.ebuild b/virtual/mysql/mysql-4.0.ebuild index b86451fadabd..b8db642e1330 100644 --- a/virtual/mysql/mysql-4.0.ebuild +++ b/virtual/mysql/mysql-4.0.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/virtual/mysql/mysql-4.0.ebuild,v 1.1 2006/11/23 13:40:04 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-4.0.ebuild,v 1.2 2006/11/23 15:57:58 chtekk Exp $ DESCRIPTION="Virtual for MySQL client or database" HOMEPAGE="http://dev.mysql.com" @@ -15,4 +15,3 @@ DEPEND="" RDEPEND="|| ( =dev-db/mysql-${PV}* )" - |