diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-22 19:05:20 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-22 19:05:20 +0000 |
commit | b1adcacce0d8da1ef3e0738c23c4d44e3a0ac17c (patch) | |
tree | 949b80d7ea8ba437acb219a33a739f005b6f8576 /dev-db | |
parent | Bug #224751: Fix false positive fail of the profiling tests. (diff) | |
download | gentoo-2-b1adcacce0d8da1ef3e0738c23c4d44e3a0ac17c.tar.gz gentoo-2-b1adcacce0d8da1ef3e0738c23c4d44e3a0ac17c.tar.bz2 gentoo-2-b1adcacce0d8da1ef3e0738c23c4d44e3a0ac17c.zip |
Whitespace.
(Portage version: 2.2_rc63/cvs/Linux x86_64)
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 9022ec6108a8..bcf7101bdbf7 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.2 2010/03/22 19:04:43 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.1.42.ebuild,v 1.3 2010/03/22 19:05:20 robbat2 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" |