summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Riosa <vivo@gentoo.org>2005-09-09 11:42:28 +0000
committerFrancesco Riosa <vivo@gentoo.org>2005-09-09 11:42:28 +0000
commit3f640876b1f0e715ffafc2b33e314dbaa5fdfc8a (patch)
tree527c759d4110dcdd763533a2bd5ad65b723b12d8 /dev-db/mysql/mysql-3.23.58-r1.ebuild
parentUpdated zlib to 1.2.3 (requested in bug #104118). (diff)
downloadgentoo-2-3f640876b1f0e715ffafc2b33e314dbaa5fdfc8a.tar.gz
gentoo-2-3f640876b1f0e715ffafc2b33e314dbaa5fdfc8a.tar.bz2
gentoo-2-3f640876b1f0e715ffafc2b33e314dbaa5fdfc8a.zip
Many changes, all in shape, none in substance, see ChangeLog
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-db/mysql/mysql-3.23.58-r1.ebuild')
-rw-r--r--dev-db/mysql/mysql-3.23.58-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-3.23.58-r1.ebuild b/dev-db/mysql/mysql-3.23.58-r1.ebuild
index b6afc44784d1..46551975c338 100644
--- a/dev-db/mysql/mysql-3.23.58-r1.ebuild
+++ b/dev-db/mysql/mysql-3.23.58-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.58-r1.ebuild,v 1.15 2005/07/27 00:22:45 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.58-r1.ebuild,v 1.16 2005/09/09 11:42:28 vivo Exp $
inherit flag-o-matic eutils
@@ -63,7 +63,7 @@ src_compile() {
replace-cpu-flags k6 k6-2 k6-3 i586
local myconf
- # The following fix is due to a bug with bdb on sparc's. See:
+ # The following fix is due to a bug with bdb on sparc's. See:
# http://www.geocrawler.com/mail/msg.php3?msg_id=4754814&list=8
# same for alpha (see http://www.mysql.com/doc/en/BDB_portability.html)
# thanks to peter@icebear.net for noticing this.