summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2009-03-13 11:22:37 +0000
committerChristoph Mende <angelos@gentoo.org>2009-03-13 11:22:37 +0000
commitba0eaa44c552b136ae5386c756c5cc3c4e6849b3 (patch)
tree64b4cb18c960aa6951c0090274aa23fd3695d6a3 /eclass
parentStable on x86 (#261824) (diff)
downloadhistorical-ba0eaa44c552b136ae5386c756c5cc3c4e6849b3.tar.gz
historical-ba0eaa44c552b136ae5386c756c5cc3c4e6849b3.tar.bz2
historical-ba0eaa44c552b136ae5386c756c5cc3c4e6849b3.zip
Added elibtoolize to src_unpack()
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xfce4.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/xfce4.eclass b/eclass/xfce4.eclass
index b186ff0b06e6..e33406835211 100644
--- a/eclass/xfce4.eclass
+++ b/eclass/xfce4.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/xfce4.eclass,v 1.26 2009/03/10 11:25:17 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xfce4.eclass,v 1.27 2009/03/13 11:22:37 angelos Exp $
# @ECLASS: xfce4.eclass
# @MAINTAINER:
@@ -10,7 +10,7 @@
# This eclass provides functions to install Xfce4 packages with a
# minimum of duplication in ebuilds
-inherit fdo-mime gnome2-utils
+inherit fdo-mime gnome2-utils libtool
[ -n ${XFCE4_PATCHES} ] && inherit eutils
if [ ${PV} = 9999 ]; then
inherit autotools
@@ -158,6 +158,7 @@ xfce4_src_unpack() {
fi
else
unpack ${A}
+ elibtoolize
fi
}