diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-03 18:22:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-03 18:22:06 +0000 |
commit | 8f13cd3635f37a7718e40b66d02f7b76a407bf51 (patch) | |
tree | 35d8b13590f172cdf438d288ee7c62e2e47cd073 /dev-db/mysql-community | |
parent | whitespace (diff) | |
download | gentoo-2-8f13cd3635f37a7718e40b66d02f7b76a407bf51.tar.gz gentoo-2-8f13cd3635f37a7718e40b66d02f7b76a407bf51.tar.bz2 gentoo-2-8f13cd3635f37a7718e40b66d02f7b76a407bf51.zip |
whitespace
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-db/mysql-community')
-rw-r--r-- | dev-db/mysql-community/mysql-community-5.1.21_beta.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/mysql-community/mysql-community-5.1.21_beta.ebuild b/dev-db/mysql-community/mysql-community-5.1.21_beta.ebuild index 69bbb3f76827..d062e4dd7956 100644 --- a/dev-db/mysql-community/mysql-community-5.1.21_beta.ebuild +++ b/dev-db/mysql-community/mysql-community-5.1.21_beta.ebuild @@ -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/dev-db/mysql-community/mysql-community-5.1.21_beta.ebuild,v 1.1 2007/10/02 10:02:04 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.1.21_beta.ebuild,v 1.2 2007/10/03 18:22:06 mr_bones_ Exp $ MY_EXTRAS_VER="20070916" #SERVER_URI="mirror://gentoo/MySQL-${PV%.*}/mysql-${PV//_/-}.tar.gz" @@ -24,10 +24,10 @@ src_test() { # mysqladmin start before dir creation mkdir ${S}/mysql-test/var{,/log} - + # Ensure that parallel runs don't die export MTR_BUILD_THREAD="$((${RANDOM} % 100))" - + # sandbox make ndbd zombie #X#hasq "sandbox" ${FEATURES} && testopts="${testopts} --skip-ndb" |