summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/git.eclass5
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/git.eclass b/eclass/git.eclass
index 5a3a6df21f26..35e3110644e3 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.23 2009/04/10 19:33:03 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.24 2009/04/13 15:35:58 scarabeus Exp $
# @ECLASS: git.eclass
# @MAINTAINER:
@@ -342,9 +342,6 @@ git_src_unpack() {
git_src_prepare() {
debug-print-function ${FUNCNAME} "$@"
- # apply EGIT_PATCHES
git_apply_patches
- # apply patches from PATCHES array too
- base_src_prepare
git_bootstrap
}