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 | e792064c3541bacaa697c4bdb648e4b9f7471e4d (patch) | |
tree | f0c2b53e7871188bdc46dd0f65541058a1c3daa5 /virtual/mysql/mysql-4.1.ebuild | |
parent | Fix mbox location in default dovecot.conf (diff) | |
download | historical-e792064c3541bacaa697c4bdb648e4b9f7471e4d.tar.gz historical-e792064c3541bacaa697c4bdb648e4b9f7471e4d.tar.bz2 historical-e792064c3541bacaa697c4bdb648e4b9f7471e4d.zip |
Default to dev-db/mysql.
Package-Manager: portage-2.1.2_rc1-r7
Diffstat (limited to 'virtual/mysql/mysql-4.1.ebuild')
-rw-r--r-- | virtual/mysql/mysql-4.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/virtual/mysql/mysql-4.1.ebuild b/virtual/mysql/mysql-4.1.ebuild index 661f32c22677..5c7098ad0e86 100644 --- a/virtual/mysql/mysql-4.1.ebuild +++ b/virtual/mysql/mysql-4.1.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.1.ebuild,v 1.1 2006/11/23 13:40:04 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-4.1.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}* )" - |