summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-04-06 20:47:09 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-04-06 20:47:09 +0000
commitd412e86d1da2a23fed9bf2d0830feb4d7a781bd4 (patch)
tree62e12ea906ff4ce4000606e3a2505ca2e3ae6e3d /eclass
parentamd64/x86 stable, bug #264696 (diff)
downloadgentoo-2-d412e86d1da2a23fed9bf2d0830feb4d7a781bd4.tar.gz
gentoo-2-d412e86d1da2a23fed9bf2d0830feb4d7a781bd4.tar.bz2
gentoo-2-d412e86d1da2a23fed9bf2d0830feb4d7a781bd4.zip
Fix typo. Thanks Caster for spoting.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/git.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/git.eclass b/eclass/git.eclass
index b2150c46219a..ffa993ba7913 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.18 2009/04/06 00:00:47 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.19 2009/04/06 20:47:09 scarabeus Exp $
# @ECLASS: git.eclass
# @MAINTAINER:
@@ -20,7 +20,7 @@ EGIT="git.eclass"
EXPORTED_FUNCTIONS="src_unpack"
case "${EAPI:-0}" in
- 2) EXPORT_FUNCTIONS="${EXPORTED_FUNCTIONS} src_prepare" ;;
+ 2) EXPORTED_FUNCTIONS="${EXPORTED_FUNCTIONS} src_prepare" ;;
0|1) ;;
*) die "Unknown EAPI, Bug eclass maintainers." ;;
esac