diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-03 19:10:49 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-03 19:10:49 +0000 |
commit | 251c1f3ca11682c432e6e4405fed6dbf3af236b2 (patch) | |
tree | 304ff1bc9076de2dab4cbe9b43d5feeb9f755b44 /eclass/go-mono.eclass | |
parent | Automated update of use.local.desc (diff) | |
download | historical-251c1f3ca11682c432e6e4405fed6dbf3af236b2.tar.gz historical-251c1f3ca11682c432e6e4405fed6dbf3af236b2.tar.bz2 historical-251c1f3ca11682c432e6e4405fed6dbf3af236b2.zip |
Update base function calls to comply with currently in-review eclass.
Diffstat (limited to 'eclass/go-mono.eclass')
-rw-r--r-- | eclass/go-mono.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/go-mono.eclass b/eclass/go-mono.eclass index 82d99f9fc830..38ab829960a6 100644 --- a/eclass/go-mono.eclass +++ b/eclass/go-mono.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/go-mono.eclass,v 1.7 2009/05/05 12:59:13 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v 1.8 2010/01/03 19:10:49 scarabeus Exp $ # @ECLASS: go-mono.eclass # @MAINTAINER: @@ -86,10 +86,10 @@ go-mono_src_unpack() { go-mono_src_prepare() { if [[ "${PV%.9999}" != "${PV}" || "${PV}" == "9999" ]] then - base_src_util autopatch + base_src_prepare [[ "$EAUTOBOOTSTRAP" != "no" ]] && eautoreconf else - base_src_util autopatch + base_src_prepare fi } |