summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Riosa <vivo@gentoo.org>2006-04-11 17:23:42 +0000
committerFrancesco Riosa <vivo@gentoo.org>2006-04-11 17:23:42 +0000
commit8e171bda00bcb1dd1dfd27b394497f5baf3840ec (patch)
treec81e074c404e4f7fbbe5fabd793bb8e3d6cea57e /eclass/mysql.eclass
parentfix bug #129584 (diff)
downloadhistorical-8e171bda00bcb1dd1dfd27b394497f5baf3840ec.tar.gz
historical-8e171bda00bcb1dd1dfd27b394497f5baf3840ec.tar.bz2
historical-8e171bda00bcb1dd1dfd27b394497f5baf3840ec.zip
fig bug #129584
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 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