summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2009-11-19 20:59:38 +0000
committerHanno Boeck <hanno@gentoo.org>2009-11-19 20:59:38 +0000
commitf8eeefe2fbabf4294aad2d5fe878a843dd8dbb81 (patch)
treea98ad7438e8bf9730c1ed5939ab1b81eaee6a838 /eclass/mysql.eclass
parentRemove KDE 3.5.10 (diff)
downloadhistorical-f8eeefe2fbabf4294aad2d5fe878a843dd8dbb81.tar.gz
historical-f8eeefe2fbabf4294aad2d5fe878a843dd8dbb81.tar.bz2
historical-f8eeefe2fbabf4294aad2d5fe878a843dd8dbb81.zip
adjust mysql eclass for mysql 5.4
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r--eclass/mysql.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
index dc50849d805f..96aaf9a10d33 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.117 2009/11/19 18:22:44 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.118 2009/11/19 20:59:38 hanno Exp $
# Author: Francesco Riosa (Retired) <vivo@gentoo.org>
# Maintainer: MySQL Team <mysql-bugs@gentoo.org>
@@ -69,6 +69,8 @@ elif [ "${PV#5.0}" != "${PV}" ] && mysql_version_is_at_least "5.0.82"; then
MYSQL_COMMUNITY_FEATURES=1
elif [ "${PV#5.1}" != "${PV}" ] && mysql_version_is_at_least "5.1.28"; then
MYSQL_COMMUNITY_FEATURES=1
+elif [ "${PV#5.4}" != "${PV}" ]; then
+ MYSQL_COMMUNITY_FEATURES=1
else
MYSQL_COMMUNITY_FEATURES=0
fi