diff options
author | Francesco Riosa <vivo@gentoo.org> | 2007-01-08 09:12:45 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2007-01-08 09:12:45 +0000 |
commit | 10d487484f19e6603dd35744c3f02d2f4a06c2b9 (patch) | |
tree | 934ec7b27b8e4ded4e8d9ecfdd636f8bbeb89ecb /eclass | |
parent | version bump (diff) | |
download | historical-10d487484f19e6603dd35744c3f02d2f4a06c2b9.tar.gz historical-10d487484f19e6603dd35744c3f02d2f4a06c2b9.tar.bz2 historical-10d487484f19e6603dd35744c3f02d2f4a06c2b9.zip |
updated lated patches sources
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mysql.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 1b51797df4fa..fe08eb12fbf8 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -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/eclass/mysql.eclass,v 1.64 2007/01/07 15:15:27 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.65 2007/01/08 09:12:45 vivo Exp $ # kate: encoding utf-8; eol unix; # kate: indent-width 4; mixedindent off; remove-trailing-space on; space-indent off; # kate: word-wrap-column 80; word-wrap off; @@ -20,7 +20,7 @@ inherit eutils flag-o-matic gnuconfig autotools mysql_fx # and we will run a mysql server during test phase S="${WORKDIR}/mysql" -[[ "${MY_EXTRAS_VER}" == "latest" ]] && MY_EXTRAS_VER="20070105" +[[ "${MY_EXTRAS_VER}" == "latest" ]] && MY_EXTRAS_VER="20070108" if [[ ${PR#r} -lt 60 ]] ; then IS_BITKEEPER=0 |