diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-01-25 08:55:32 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-01-25 08:55:32 +0000 |
commit | 9165f2cb02b2e730ebd7aebd85d6c5a3559e0582 (patch) | |
tree | e56c6152cbf7748f6439fdb076bfd1531004dba6 /dev-db/mysql/mysql-5.0.54.ebuild | |
parent | Added roundup-1.4.1 (#204644). This also fixes #204308. (diff) | |
download | historical-9165f2cb02b2e730ebd7aebd85d6c5a3559e0582.tar.gz historical-9165f2cb02b2e730ebd7aebd85d6c5a3559e0582.tar.bz2 historical-9165f2cb02b2e730ebd7aebd85d6c5a3559e0582.zip |
Bump the mysql-extras.
Package-Manager: portage-2.1.4
Diffstat (limited to 'dev-db/mysql/mysql-5.0.54.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-5.0.54.ebuild | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/dev-db/mysql/mysql-5.0.54.ebuild b/dev-db/mysql/mysql-5.0.54.ebuild index 479e2eb041f9..1cd9b7db897f 100644 --- a/dev-db/mysql/mysql-5.0.54.ebuild +++ b/dev-db/mysql/mysql-5.0.54.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.54.ebuild,v 1.1 2008/01/15 15:30:38 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.54.ebuild,v 1.2 2008/01/25 08:55:32 robbat2 Exp $ -MY_EXTRAS_VER="20080115" +MY_EXTRAS_VER="20080124" SERVER_URI="http://mirror.provenscaling.com/mysql/enterprise/source/5.0/${P}.tar.gz" inherit toolchain-funcs mysql @@ -38,10 +38,16 @@ src_test() { 5.0.44|5.0.45|5.0.46|5.0.48|5.0.50|5.0.52|5.0.54) [ "$(tc-endian)" == "big" ] && \ - mysql_disable_test "archive_gis" "Broken in 5.0.44-54 on big-endian boxes only" ;; - + mysql_disable_test \ + "archive_gis" \ + "Broken in 5.0.44-54 on big-endian boxes only" ;; esac + [ "${PV}" == "5.0.54" ] && \ + mysql_disable_test \ + "read_only" \ + "Broken in 5.0.54, output in wrong order" + # We run the test protocols seperately make -j1 test-ns force=--force retstatus1=$? |