diff options
author | Christoph Mende <angelos@gentoo.org> | 2008-11-14 15:53:48 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2008-11-14 15:53:48 +0000 |
commit | 4a969749a19bb7f71c946c08b256aaa9ef84ef29 (patch) | |
tree | 84ce5d567bacc76e40f542ecd089e235938b2d87 /xfce-extra/exo/exo-0.3.4.ebuild | |
parent | minor comment revision to be proper (diff) | |
download | gentoo-2-4a969749a19bb7f71c946c08b256aaa9ef84ef29.tar.gz gentoo-2-4a969749a19bb7f71c946c08b256aaa9ef84ef29.tar.bz2 gentoo-2-4a969749a19bb7f71c946c08b256aaa9ef84ef29.zip |
Run full eautoreconf, eautoconf alone won't work in some cases
(Portage version: 2.2_rc14/cvs/Linux 2.6.28-rc4 x86_64)
Diffstat (limited to 'xfce-extra/exo/exo-0.3.4.ebuild')
-rw-r--r-- | xfce-extra/exo/exo-0.3.4.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xfce-extra/exo/exo-0.3.4.ebuild b/xfce-extra/exo/exo-0.3.4.ebuild index 8dc8161177ca..252ea9a49002 100644 --- a/xfce-extra/exo/exo-0.3.4.ebuild +++ b/xfce-extra/exo/exo-0.3.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.4.ebuild,v 1.12 2008/11/10 19:32:53 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/exo/exo-0.3.4.ebuild,v 1.13 2008/11/14 15:53:48 angelos Exp $ -inherit eutils xfce44 python multilib +inherit eutils xfce44 python multilib autotools XFCE_VERSION=4.4.2 xfce44 @@ -23,7 +23,9 @@ RDEPEND=">=dev-lang/perl-5.6 hal? ( >=sys-apps/hal-0.5.7.1 ) python? ( dev-python/pygtk )" DEPEND="${RDEPEND} + dev-util/gtk-doc-am dev-util/pkgconfig + dev-util/xfce4-dev-tools doc? ( dev-util/gtk-doc ) dev-util/intltool" @@ -38,6 +40,7 @@ src_unpack() { unpack ${A} sed -i -e 's:-Werror::g' "${S}"/configure epatch "${FILESDIR}"/${P}-remove-libmd5.patch + AT_M4DIR=/usr/share/xfce4/dev-tools/m4macros eautoreconf } # See bug 164780 for reference |