diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-04-23 19:35:05 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-04-23 19:35:05 +0000 |
commit | a441a7d095571cd593574eea59536f0b8aa70265 (patch) | |
tree | 8ebe4de35dc7793b937cf5b4dbb9e3297b901a41 /eclass/mysql.eclass | |
parent | Fix previous commit and bump to right version. 4.4.1. (diff) | |
download | gentoo-2-a441a7d095571cd593574eea59536f0b8aa70265.tar.gz gentoo-2-a441a7d095571cd593574eea59536f0b8aa70265.tar.bz2 gentoo-2-a441a7d095571cd593574eea59536f0b8aa70265.zip |
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r-- | eclass/mysql.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 60a5a121b22a..7acb891bccf1 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.73 2007/04/15 13:00:51 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.74 2007/04/23 19:35:05 swegener Exp $ # Author: Francesco Riosa (Retired) <vivo@gentoo.org> # Maintainer: Luca Longinotti <chtekk@gentoo.org> @@ -524,7 +524,7 @@ mysql_src_unpack() { if mysql_version_is_at_least "5.1.12" ; then rebuilddirlist="." - # TODO: check this with a cmake expert + # TODO: check this with a cmake expert use innodb \ && cmake \ -DCMAKE_C_COMPILER=$(type -P $(tc-getCC)) \ |