diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-05-09 21:14:22 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-05-09 21:14:22 +0000 |
commit | 5ad1f39eef9337e4f0b467245349b8d28df389f9 (patch) | |
tree | 1b09999d7731e05ff06bac81aecf9f1be4794ee2 /eclass/mysql.eclass | |
parent | version bump and add lib64 check thanks to Sal Gonzalez <blef@codejunkie.net>... (diff) | |
download | gentoo-2-5ad1f39eef9337e4f0b467245349b8d28df389f9.tar.gz gentoo-2-5ad1f39eef9337e4f0b467245349b8d28df389f9.tar.bz2 gentoo-2-5ad1f39eef9337e4f0b467245349b8d28df389f9.zip |
Fix spacing and spelling.
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r-- | eclass/mysql.eclass | 10 |
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" |