diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-20 10:05:47 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-20 10:05:47 +0000 |
commit | e331cee1e4999264731709792a231b9225e7dbbd (patch) | |
tree | 6610a6e48d4762b1e0c58aa6c0e0ec5b612a5266 /eclass | |
parent | Apply upstream patch to bring back menu options. Per bug #288472. (diff) | |
download | gentoo-2-e331cee1e4999264731709792a231b9225e7dbbd.tar.gz gentoo-2-e331cee1e4999264731709792a231b9225e7dbbd.tar.bz2 gentoo-2-e331cee1e4999264731709792a231b9225e7dbbd.zip |
Fix typo in eclassdoc. Thx to Boris Petersen for spotting and patch :]
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/git.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/git.eclass b/eclass/git.eclass index 9f6772704063..f7038adc4b50 100644 --- a/eclass/git.eclass +++ b/eclass/git.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.30 2009/10/11 11:40:53 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.31 2009/10/20 10:05:47 scarabeus Exp $ # @ECLASS: git.eclass # @MAINTAINER: @@ -92,7 +92,7 @@ fi # ${EGIT_STORE_DIR}/subversion : ${EGIT_PROJECT:=${PN/-git}} -# @ECLASS-VARIABLE: EGIT_BOOSTRAP +# @ECLASS-VARIABLE: EGIT_BOOTSTRAP # @DESCRIPTION: # bootstrap script or command like autogen.sh or etc... : ${EGIT_BOOTSTRAP:=} |