summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2005-06-12 18:33:22 +0000
committerStefan Schweizer <genstef@gentoo.org>2005-06-12 18:33:22 +0000
commit33d3837ab809e7e1eb9f54963728794cbff1442f (patch)
tree52d3cfb4560d581c92d05bb2eca28ffc851b2e77 /app-benchmarks
parentStable on amd64 (diff)
downloadgentoo-2-33d3837ab809e7e1eb9f54963728794cbff1442f.tar.gz
gentoo-2-33d3837ab809e7e1eb9f54963728794cbff1442f.tar.bz2
gentoo-2-33d3837ab809e7e1eb9f54963728794cbff1442f.zip
fix: dodoc Changelog -> ChangeLog
(Portage version: 1.589-cvs)
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/bashmark/bashmark-0.6.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-benchmarks/bashmark/bashmark-0.6.1.ebuild b/app-benchmarks/bashmark/bashmark-0.6.1.ebuild
index 2af5595b8036..f785ffd4e592 100644
--- a/app-benchmarks/bashmark/bashmark-0.6.1.ebuild
+++ b/app-benchmarks/bashmark/bashmark-0.6.1.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/app-benchmarks/bashmark/bashmark-0.6.1.ebuild,v 1.1 2005/06/12 18:29:01 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bashmark/bashmark-0.6.1.ebuild,v 1.2 2005/06/12 18:33:22 genstef Exp $
DESCRIPTION="Geno's cross platform benchmarking suite"
HOMEPAGE="http://bashmark.coders-net.de"
@@ -13,5 +13,5 @@ IUSE=""
src_install() {
dobin bashmark
- dodoc Changelog
+ dodoc ChangeLog
}