summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-04-15 13:00:08 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-04-15 13:00:08 +0000
commit3fba3e9ecf0505279c513ca81a324de15a83bbd7 (patch)
tree4a514029b798dd61e0ede0d63a7bc034b8ba93a1 /dev-db/mysql
parentVersion bump, for two security bugs: #171934 and #170126. (diff)
downloadgentoo-2-3fba3e9ecf0505279c513ca81a324de15a83bbd7.tar.gz
gentoo-2-3fba3e9ecf0505279c513ca81a324de15a83bbd7.tar.bz2
gentoo-2-3fba3e9ecf0505279c513ca81a324de15a83bbd7.zip
Fix whitespace.
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-db/mysql')
-rw-r--r--dev-db/mysql/ChangeLog5
-rw-r--r--dev-db/mysql/mysql-5.0.38.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog
index fa56924043c5..b8290f5c8791 100644
--- a/dev-db/mysql/ChangeLog
+++ b/dev-db/mysql/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/mysql
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.391 2007/04/15 12:52:25 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.392 2007/04/15 13:00:08 robbat2 Exp $
+
+ 15 Apr 2007; Robin H. Johnson <robbat2@gentoo.org> mysql-5.0.38.ebuild:
+ Fix whitespace.
*mysql-5.0.38 (15 Apr 2007)
diff --git a/dev-db/mysql/mysql-5.0.38.ebuild b/dev-db/mysql/mysql-5.0.38.ebuild
index 5cb31c17b6a8..11ad4ed38324 100644
--- a/dev-db/mysql/mysql-5.0.38.ebuild
+++ b/dev-db/mysql/mysql-5.0.38.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/mysql-5.0.38.ebuild,v 1.1 2007/04/15 12:52:25 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.38.ebuild,v 1.2 2007/04/15 13:00:08 robbat2 Exp $
MY_EXTRAS_VER="20070415"
SERVER_URI="ftp://ftp.mysql.com/pub/mysql/src/mysql-${PV//_/-}.tar.gz"
@@ -52,7 +52,7 @@ src_test() {
# Both of these seem to work as of 5.0.38
##use "extraengine" && mysql_disable_test "federated" "fails with extraengine USE"
##use "ssl" && mysql_disable_test "ssl_des" "fails requiring PEM passphrase"
-
+
# Revisit after 5.0.38
[ "${PV}" == "5.0.38" ] && use "extraengine" && mysql_disable_test "archive_gis" "fails with extraengine USE"