diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-04-12 15:33:03 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-04-12 15:33:03 +0000 |
commit | 8e11edc94961fcfe193eb355be0f4039aa5cf4ed (patch) | |
tree | dc439d886d8eb4e31c5f941158da6d56cb2c3215 /eclass/base.eclass | |
parent | Prepare for system tinxyml in -r1, use builtin version in the meantime, bug #... (diff) | |
download | historical-8e11edc94961fcfe193eb355be0f4039aa5cf4ed.tar.gz historical-8e11edc94961fcfe193eb355be0f4039aa5cf4ed.tar.bz2 historical-8e11edc94961fcfe193eb355be0f4039aa5cf4ed.zip |
Use EPATCH_FORCE=yes. Otherwise patches as dir are not populated.
Diffstat (limited to 'eclass/base.eclass')
-rw-r--r-- | eclass/base.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/base.eclass b/eclass/base.eclass index 7be8d418282f..ae77873504ed 100644 --- a/eclass/base.eclass +++ b/eclass/base.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.49 2010/02/02 10:20:25 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.50 2010/04/12 15:33:03 scarabeus Exp $ # @ECLASS: base.eclass # @MAINTAINER: @@ -87,6 +87,7 @@ base_src_prepare() { # variable and restore later oldval=${EPATCH_SOURCE} EPATCH_SOURCE=${x} + EPATCH_FORCE=yes epatch EPATCH_SOURCE=${oldval} elif [[ -f "${x}" ]]; then |