diff options
Diffstat (limited to 'gnome-extra/nm-applet/nm-applet-0.8.1-r2.ebuild')
-rw-r--r-- | gnome-extra/nm-applet/nm-applet-0.8.1-r2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnome-extra/nm-applet/nm-applet-0.8.1-r2.ebuild b/gnome-extra/nm-applet/nm-applet-0.8.1-r2.ebuild index 7c768be93ee8..e18121436c74 100644 --- a/gnome-extra/nm-applet/nm-applet-0.8.1-r2.ebuild +++ b/gnome-extra/nm-applet/nm-applet-0.8.1-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.8.1-r2.ebuild,v 1.2 2010/09/15 19:44:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.8.1-r2.ebuild,v 1.3 2010/09/29 21:08:27 flameeyes Exp $ EAPI="2" -inherit gnome2 eutils +inherit gnome2 eutils autotools MY_PN="${PN/nm-applet/network-manager-applet}" @@ -47,6 +47,8 @@ src_prepare() { # Fix compilation with DGSEAL_ENABLE gentoo bug #330363 epatch "${FILESDIR}/${P}-fix-compilation-with-DGSEAL_ENABLE.patch" epatch "${FILESDIR}/${P}-fix-bluetooth-dep.patch" + + eautoreconf } S="${WORKDIR}/${MY_PN}-${PV}" |