diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-13 15:35:58 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-04-13 15:35:58 +0000 |
commit | 316b2d9ed5760ec577450c901a1aa32907f7d1fa (patch) | |
tree | 9257fd8a6a7585239d9f0122cc2d4666841276d2 /eclass | |
parent | kill motif and nsplugin USE flags, the separation is not really working; add ... (diff) | |
download | historical-316b2d9ed5760ec577450c901a1aa32907f7d1fa.tar.gz historical-316b2d9ed5760ec577450c901a1aa32907f7d1fa.tar.bz2 historical-316b2d9ed5760ec577450c901a1aa32907f7d1fa.zip |
Fix issues with patches being applied twice. Remember that we should let other eclasses handle the PATCHES array. We have our own array for that :]
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/git.eclass | 5 |
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 } |