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 | ce6bb689708d9cc60cf5fce94adb703e94d06dfa (patch) | |
tree | 2143858adf3fa47c4d3d510fc4dc89625ee9bdaa | |
parent | Apply upstream patch to bring back menu options. Per bug #288472. (diff) | |
download | historical-ce6bb689708d9cc60cf5fce94adb703e94d06dfa.tar.gz historical-ce6bb689708d9cc60cf5fce94adb703e94d06dfa.tar.bz2 historical-ce6bb689708d9cc60cf5fce94adb703e94d06dfa.zip |
Fix typo in eclassdoc. Thx to Boris Petersen for spotting and patch :]
-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:=} |