diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-24 15:33:56 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-04-24 15:33:56 +0000 |
commit | 88be56274efc32add3c1afcc6b7e87616e10392d (patch) | |
tree | 49f9a9778efe7b0ba2ff252be2dda1e2970cdee4 /eclass/git-2.eclass | |
parent | Marked ~x86-solaris, bug #296509 (diff) | |
download | gentoo-2-88be56274efc32add3c1afcc6b7e87616e10392d.tar.gz gentoo-2-88be56274efc32add3c1afcc6b7e87616e10392d.tar.bz2 gentoo-2-88be56274efc32add3c1afcc6b7e87616e10392d.zip |
Fix comment typo.
Diffstat (limited to 'eclass/git-2.eclass')
-rw-r--r-- | eclass/git-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/git-2.eclass b/eclass/git-2.eclass index 5d6d6de68fea..7cca1f05403b 100644 --- a/eclass/git-2.eclass +++ b/eclass/git-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.3 2011/04/23 10:21:11 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.4 2011/04/24 15:33:56 scarabeus Exp $ # @ECLASS: git-2.eclass # @MAINTAINER: @@ -83,7 +83,7 @@ DEPEND="dev-vcs/git" # It can be overriden via env using packagename_LIVE_COMMIT # variable. # -# EGIT_BRANCH="${EGIT_BRANCH}" +# EGIT_COMMIT="${EGIT_BRANCH}" # @ECLASS-VARIABLE: EGIT_REPACK # @DEFAULT_UNSET |