summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-02-28 10:50:24 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-02-28 10:50:24 +0000
commit6741cbe619db94415903fe140e7e9c59c9ef232f (patch)
tree32d687f732ea03246ef5717a6c9dc600d22b7aee /eclass/mysql.eclass
parentBack in 2006 we updated 4.1 and 5.0 per upstreams request that InnoDB was alw... (diff)
downloadhistorical-6741cbe619db94415903fe140e7e9c59c9ef232f.tar.gz
historical-6741cbe619db94415903fe140e7e9c59c9ef232f.tar.bz2
historical-6741cbe619db94415903fe140e7e9c59c9ef232f.zip
Newer patchset.
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r--eclass/mysql.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
index a17265143343..9546282cae26 100644
--- a/eclass/mysql.eclass
+++ b/eclass/mysql.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.107 2009/02/28 10:49:50 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.108 2009/02/28 10:50:24 robbat2 Exp $
# Author: Francesco Riosa (Retired) <vivo@gentoo.org>
# Maintainer: MySQL Team <mysql-bugs@gentoo.org>
@@ -16,7 +16,7 @@ inherit eutils flag-o-matic gnuconfig autotools mysql_fx versionator
# and we will run a mysql server during test phase
S="${WORKDIR}/mysql"
-[[ "${MY_EXTRAS_VER}" == "latest" ]] && MY_EXTRAS_VER="20070108"
+[[ "${MY_EXTRAS_VER}" == "latest" ]] && MY_EXTRAS_VER="20090228-0714Z"
if [[ "${MY_EXTRAS_VER}" == "live" ]]; then
EGIT_PROJECT=mysql-extras
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git"