diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-12-06 03:12:36 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-12-06 03:12:36 +0000 |
commit | 2216a107cea5ca08d5a6133641206228fe044fca (patch) | |
tree | 5f70644b1d30823b8953c7f28cf11284cd645878 /dev-util | |
parent | amd64 stable, bug 201209 (diff) | |
download | gentoo-2-2216a107cea5ca08d5a6133641206228fe044fca.tar.gz gentoo-2-2216a107cea5ca08d5a6133641206228fe044fca.tar.bz2 gentoo-2-2216a107cea5ca08d5a6133641206228fe044fca.zip |
Fix typo.
(Portage version: 2.1.4_rc4)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/git/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/git/git-1.5.3.7-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/git/ChangeLog b/dev-util/git/ChangeLog index aee543b456c7..784d9be74056 100644 --- a/dev-util/git/ChangeLog +++ b/dev-util/git/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/git # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.235 2007/12/06 02:05:03 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/ChangeLog,v 1.236 2007/12/06 03:12:36 robbat2 Exp $ + + 06 Dec 2007; Robin H. Johnson <robbat2@gentoo.org> git-1.5.3.7-r1.ebuild: + Fix typo. *git-1.5.3.7-r1 (06 Dec 2007) diff --git a/dev-util/git/git-1.5.3.7-r1.ebuild b/dev-util/git/git-1.5.3.7-r1.ebuild index ca15941ac03c..04a585e81183 100644 --- a/dev-util/git/git-1.5.3.7-r1.ebuild +++ b/dev-util/git/git-1.5.3.7-r1.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-util/git/git-1.5.3.7-r1.ebuild,v 1.1 2007/12/06 02:05:03 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/git/git-1.5.3.7-r1.ebuild,v 1.2 2007/12/06 03:12:36 robbat2 Exp $ inherit toolchain-funcs eutils elisp-common perl-module bash-completion @@ -156,7 +156,7 @@ src_install() { doins "${S}"/gitweb/git-{favicon,logo}.png docinto / # INSTALL discusses configuration issues, not just installation - dodoc "${S}"/gitweb/INSTALL INSTALL.gitweb + newdoc "${S}"/gitweb/INSTALL INSTALL.gitweb newdoc "${S}"/gitweb/README README.gitweb fi |