summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-01-03 19:10:49 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-01-03 19:10:49 +0000
commit251c1f3ca11682c432e6e4405fed6dbf3af236b2 (patch)
tree304ff1bc9076de2dab4cbe9b43d5feeb9f755b44 /eclass/xfconf.eclass
parentAutomated update of use.local.desc (diff)
downloadhistorical-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/xfconf.eclass')
-rw-r--r--eclass/xfconf.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xfconf.eclass b/eclass/xfconf.eclass
index b6339e098836..246aba546531 100644
--- a/eclass/xfconf.eclass
+++ b/eclass/xfconf.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/xfconf.eclass,v 1.3 2009/09/21 17:43:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.4 2010/01/03 19:10:49 scarabeus Exp $
# @ECLASS: xfconf.eclass
# @MAINTAINER:
@@ -75,7 +75,7 @@ xfconf_src_unpack() {
# @DESCRIPTION:
# Run base_src_util autopatch and eautoreconf or elibtoolize
xfconf_src_prepare() {
- base_src_util autopatch
+ base_src_prepare
if [[ "${EINTLTOOLIZE}" == "yes" ]]; then
intltoolize --force --copy --automake || die "intltoolize failed"