diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-03-13 11:22:37 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-03-13 11:22:37 +0000 |
commit | bf99d137ea097fbcfe526a2d390513243763b877 (patch) | |
tree | 109454ab2aa36ae725441448bd7a6d9dfbb3b685 /eclass/xfce4.eclass | |
parent | Stable on x86 (#261824) (diff) | |
download | gentoo-2-bf99d137ea097fbcfe526a2d390513243763b877.tar.gz gentoo-2-bf99d137ea097fbcfe526a2d390513243763b877.tar.bz2 gentoo-2-bf99d137ea097fbcfe526a2d390513243763b877.zip |
Added elibtoolize to src_unpack()
Diffstat (limited to 'eclass/xfce4.eclass')
-rw-r--r-- | eclass/xfce4.eclass | 5 |
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 } |