diff options
author | 2006-04-11 17:23:42 +0000 | |
---|---|---|
committer | 2006-04-11 17:23:42 +0000 | |
commit | 556155891247a5f77a6e1fe98eb9dc1ff0415c39 (patch) | |
tree | d884b5e222d661fa12b26934f2f847a8de50fa4b /eclass | |
parent | fix bug #129584 (diff) | |
download | gentoo-2-556155891247a5f77a6e1fe98eb9dc1ff0415c39.tar.gz gentoo-2-556155891247a5f77a6e1fe98eb9dc1ff0415c39.tar.bz2 gentoo-2-556155891247a5f77a6e1fe98eb9dc1ff0415c39.zip |
fig bug #129584
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 b96df5d2a581..daef7112311e 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.27 2006/04/10 21:35:55 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.28 2006/04/11 17:23:42 vivo Exp $ # $ID: $ # Author: Francesco Riosa <vivo at gentoo.org> @@ -23,7 +23,7 @@ if [[ -z ${MYSQL_VERSION_ID} ]] ; then MYSQL_VERSION_ID=${MYSQL_VERSION_ID##"0"} fi -[[ -z ${MY_EXTRAS_VER} ]] && MY_EXTRAS_VER="20060410" +[[ -z ${MY_EXTRAS_VER} ]] && MY_EXTRAS_VER="20060411" DEPEND="${DEPEND} >=sys-libs/readline-4.1 |