summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-10-20 13:14:21 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-10-20 13:14:21 +0000
commite21d7b4a7b9edb6b12f6e6e0ccff06d0a30dfef1 (patch)
tree2df4106211fb3287cb77ae44137048c2abb987b6 /eclass/mysql.eclass
parentMarking sparc, amd64 stable; cleaning out old ebuilds (diff)
downloadhistorical-e21d7b4a7b9edb6b12f6e6e0ccff06d0a30dfef1.tar.gz
historical-e21d7b4a7b9edb6b12f6e6e0ccff06d0a30dfef1.tar.bz2
historical-e21d7b4a7b9edb6b12f6e6e0ccff06d0a30dfef1.zip
Fix raid support: not available in 5.0 and up.
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 6c9ac39be3b0..779fe8a834f1 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.37 2006/10/20 12:56:30 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.38 2006/10/20 13:14:21 chtekk Exp $
# Author: Francesco Riosa <vivo@gentoo.org>
# Maintainer: Luca Longinotti <chtekk@gentoo.org>
@@ -203,7 +203,7 @@ configure_40_41_50() {
myconf="${myconf} --with-extra-tools"
myconf="${myconf} --with-innodb"
myconf="${myconf} --without-readline"
- mysql_version_is_at_least "5.00.00.00" && myconf="${myconf} $(use_with raid)"
+ mysql_version_is_at_least "5.00.00.00" || myconf="${myconf} $(use_with raid)"
if useq "ssl" ; then
# --with-vio is not needed anymore, it's on by default and