diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-03-22 20:36:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-03-22 20:36:10 +0000 |
commit | 79316930dd54e325b4fe38f4fdd15fcd1cca7326 (patch) | |
tree | d8d7ad995eab09dc92e51bc198490d028728bcc8 /dev-db | |
parent | version bump (diff) | |
download | gentoo-2-79316930dd54e325b4fe38f4fdd15fcd1cca7326.tar.gz gentoo-2-79316930dd54e325b4fe38f4fdd15fcd1cca7326.tar.bz2 gentoo-2-79316930dd54e325b4fe38f4fdd15fcd1cca7326.zip |
whitespace
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mariadb/mariadb-5.1.42.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mariadb/mariadb-5.1.42.ebuild b/dev-db/mariadb/mariadb-5.1.42.ebuild index bcf7101bdbf7..c95fa142c3e0 100644 --- a/dev-db/mariadb/mariadb-5.1.42.ebuild +++ b/dev-db/mariadb/mariadb-5.1.42.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.1.42.ebuild,v 1.3 2010/03/22 19:05:20 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.1.42.ebuild,v 1.4 2010/03/22 20:36:10 mr_bones_ Exp $ MY_EXTRAS_VER="20100315-1843Z" EAPI=2 @@ -166,7 +166,7 @@ src_test() { mysql_disable_test $t "ndb not supported in mariadb" done fi - + use profiling && use community \ || mysql_disable_test main.profiling \ "Profiling test needs profiling support" |