diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-09-29 21:08:27 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-09-29 21:08:27 +0000 |
commit | 56e35a47a5f0598bc66f9173c185acc7aae34fe7 (patch) | |
tree | 6e2434ce1f4d7e9e570639a1c3efd4ee8e1a3eee /gnome-extra | |
parent | Bump (diff) | |
download | gentoo-2-56e35a47a5f0598bc66f9173c185acc7aae34fe7.tar.gz gentoo-2-56e35a47a5f0598bc66f9173c185acc7aae34fe7.tar.bz2 gentoo-2-56e35a47a5f0598bc66f9173c185acc7aae34fe7.zip |
QA: run autotools explicitly as the ebuild patches configure.ac; closes bug #338194 by Xake.
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/nm-applet/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/nm-applet/nm-applet-0.8.1-r2.ebuild | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/gnome-extra/nm-applet/ChangeLog b/gnome-extra/nm-applet/ChangeLog index e3f216b103b9..6a1b01a4f3a9 100644 --- a/gnome-extra/nm-applet/ChangeLog +++ b/gnome-extra/nm-applet/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/nm-applet # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.50 2010/09/15 19:44:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.51 2010/09/29 21:08:27 flameeyes Exp $ + + 29 Sep 2010; Diego E. Pettenò <flameeyes@gentoo.org> + nm-applet-0.8.1-r2.ebuild: + QA: run autotools explicitly as the ebuild patches configure.ac; closes + bug #338194 by Xake. 15 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> nm-applet-0.6.6.ebuild, nm-applet-0.7.1-r3.ebuild, nm-applet-0.7.2.ebuild, 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}" |