diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:25:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 22:25:54 +0000 |
commit | 2f35ea1bfcf4445f8f0823e06f35b36aa0bb74ad (patch) | |
tree | e6d726bde659447190b9304e636519fc241c321e /dev-db/mysql/mysql-4.0.14.ebuild | |
parent | repoman: trim trailing whitespace (diff) | |
download | historical-2f35ea1bfcf4445f8f0823e06f35b36aa0bb74ad.tar.gz historical-2f35ea1bfcf4445f8f0823e06f35b36aa0bb74ad.tar.bz2 historical-2f35ea1bfcf4445f8f0823e06f35b36aa0bb74ad.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'dev-db/mysql/mysql-4.0.14.ebuild')
-rw-r--r-- | dev-db/mysql/mysql-4.0.14.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/mysql/mysql-4.0.14.ebuild b/dev-db/mysql/mysql-4.0.14.ebuild index 951211e9ee59..edc4f1bd4774 100644 --- a/dev-db/mysql/mysql-4.0.14.ebuild +++ b/dev-db/mysql/mysql-4.0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.14.ebuild,v 1.7 2003/08/15 13:01:51 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.14.ebuild,v 1.8 2003/09/06 22:25:50 msterret Exp $ #to accomodate -laadeedah releases NEWP=${P} @@ -73,7 +73,7 @@ src_unpack() { src_compile() { 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 if use sparc || use sparc64 || use alpha || use hppa then @@ -163,7 +163,7 @@ src_install() { fi dodoc README COPYING COPYING.LIB MIRRORS Docs/manual.* - docinto conf-samples + docinto conf-samples dodoc support-files/my-*.cnf dohtml -r Docs/* |