summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Riosa <vivo@gentoo.org>2006-12-10 13:42:31 +0000
committerFrancesco Riosa <vivo@gentoo.org>2006-12-10 13:42:31 +0000
commit80b1d9b483b1792ca56bd97cadd043c5ffc89801 (patch)
tree2a0e1e752902fa201294ad035374956593e75aab /virtual
parentAs everybody already know mysql is now splitted in community and enterprise (diff)
downloadgentoo-2-80b1d9b483b1792ca56bd97cadd043c5ffc89801.tar.gz
gentoo-2-80b1d9b483b1792ca56bd97cadd043c5ffc89801.tar.bz2
gentoo-2-80b1d9b483b1792ca56bd97cadd043c5ffc89801.zip
update 4.1 to accomplish with mysql cs/en 4.1 version bump.
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'virtual')
-rw-r--r--virtual/mysql/ChangeLog5
-rw-r--r--virtual/mysql/mysql-4.1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/virtual/mysql/ChangeLog b/virtual/mysql/ChangeLog
index 94422ace5351..0dcbee0ed498 100644
--- a/virtual/mysql/ChangeLog
+++ b/virtual/mysql/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for virtual/mysql
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.4 2006/11/27 09:16:21 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.5 2006/12/10 13:42:31 vivo Exp $
+
+ 10 Dec 2006; Francesco Riosa <vivo@gentoo.org> mysql-4.1.ebuild:
+ update 4.1 to accomplish with mysql cs/en 4.1 version bump.
25 Nov 2006; Markus Rothe <corsair@gentoo.org> mysql-5.0.ebuild:
Stable on ppc64
diff --git a/virtual/mysql/mysql-4.1.ebuild b/virtual/mysql/mysql-4.1.ebuild
index 5c7098ad0e86..ccc1c80e67ba 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.2 2006/11/23 15:57:58 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-4.1.ebuild,v 1.3 2006/12/10 13:42:31 vivo Exp $
DESCRIPTION="Virtual for MySQL client or database"
HOMEPAGE="http://dev.mysql.com"
@@ -14,4 +14,5 @@ IUSE=""
DEPEND=""
RDEPEND="|| (
=dev-db/mysql-${PV}*
+ =dev-db/mysql-community-${PV}*
)"