summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-05-09 21:14:22 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-05-09 21:14:22 +0000
commitc4e9404013a305ba8101d7d7d8e3a064bc609275 (patch)
tree0acd05fdf7cbd9ca57d5a8d72d3263637b0a5ef7 /eclass/mysql.eclass
parentversion bump and add lib64 check thanks to Sal Gonzalez <blef@codejunkie.net>... (diff)
downloadhistorical-c4e9404013a305ba8101d7d7d8e3a064bc609275.tar.gz
historical-c4e9404013a305ba8101d7d7d8e3a064bc609275.tar.bz2
historical-c4e9404013a305ba8101d7d7d8e3a064bc609275.zip
Fix spacing and spelling.
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r--eclass/mysql.eclass10
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
index 72a78778174a..4060988704ec 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.76 2007/05/09 16:25:33 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.77 2007/05/09 21:14:22 chtekk Exp $
# Author: Francesco Riosa (Retired) <vivo@gentoo.org>
# Maintainer: Luca Longinotti <chtekk@gentoo.org>
@@ -330,11 +330,11 @@ configure_40_41_50() {
fi
if use berkdb ; then
- # The following fix is due to a bug with bdb on SPARC's. See:
- # http://www.geocrawler.com/mail/msg.php3?msg_id=4754814&list=8
- # It comes down to non-64-bit safety problems.
+ # The following fix is due to a bug with bdb on SPARC's. See:
+ # http://www.geocrawler.com/mail/msg.php3?msg_id=4754814&list=8
+ # It comes down to non-64-bit safety problems.
if use alpha || use amd64 || use hppa || use mips || use sparc ; then
- elog "Berkeley DB support was disabled due to compatiblity issues on this arch"
+ elog "Berkeley DB support was disabled due to compatibility issues on this arch"
myconf="${myconf} --without-berkeley-db"
else
myconf="${myconf} --with-berkeley-db=./bdb"