diff options
author | 2008-11-18 21:53:43 +0000 | |
---|---|---|
committer | 2008-11-18 21:53:43 +0000 | |
commit | a55efa8cc877962623c00a6b20f3e88b147cb29a (patch) | |
tree | bc4d211149072dff5dd8328d19344834abfd2803 /dev-db/mysql-community | |
parent | Update archive_gis disable. (diff) | |
download | gentoo-2-a55efa8cc877962623c00a6b20f3e88b147cb29a.tar.gz gentoo-2-a55efa8cc877962623c00a6b20f3e88b147cb29a.tar.bz2 gentoo-2-a55efa8cc877962623c00a6b20f3e88b147cb29a.zip |
Update archive_gis test disables.
(Portage version: 2.2_rc14/cvs/Linux 2.6.28-rc3-00249-ga622cf6 x86_64)
Diffstat (limited to 'dev-db/mysql-community')
-rw-r--r-- | dev-db/mysql-community/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/mysql-community/mysql-community-5.0.67.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-db/mysql-community/ChangeLog b/dev-db/mysql-community/ChangeLog index 99f2fabb3c8a..4cff11668de6 100644 --- a/dev-db/mysql-community/ChangeLog +++ b/dev-db/mysql-community/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/mysql-community # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/ChangeLog,v 1.22 2008/11/14 09:43:04 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/ChangeLog,v 1.23 2008/11/18 21:53:43 robbat2 Exp $ + + 18 Nov 2008; Robin H. Johnson <robbat2@gentoo.org> + mysql-community-5.0.67.ebuild: + Update archive_gis test disables. 14 Nov 2008; Robin H. Johnson <robbat2@gentoo.org> mysql-community-5.0.27-r1.ebuild, mysql-community-5.0.45.ebuild, diff --git a/dev-db/mysql-community/mysql-community-5.0.67.ebuild b/dev-db/mysql-community/mysql-community-5.0.67.ebuild index e0ab1ae5456e..8127b1e7a247 100644 --- a/dev-db/mysql-community/mysql-community-5.0.67.ebuild +++ b/dev-db/mysql-community/mysql-community-5.0.67.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.0.67.ebuild,v 1.3 2008/11/14 09:43:04 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.0.67.ebuild,v 1.4 2008/11/18 21:53:43 robbat2 Exp $ MY_EXTRAS_VER="20080601" @@ -42,11 +42,11 @@ src_test() { mysql_disable_test "archive_gis" "Totally broken in 5.0.42" ;; - 5.0.44|5.0.45|5.0.46|5.0.48|5.0.5[0-7]*) + 5.0.4[3-9]|5.0.[56]*|5.0.70) [ "$(tc-endian)" == "big" ] && \ mysql_disable_test \ "archive_gis" \ - "Broken in 5.0.44-56 on big-endian boxes only" + "Broken in 5.0.43-70 on big-endian boxes only" ;; esac |