diff options
Diffstat (limited to 'net-wireless/gnome-bluetooth')
-rw-r--r-- | net-wireless/gnome-bluetooth/ChangeLog | 6 | ||||
-rw-r--r-- | net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-wireless/gnome-bluetooth/ChangeLog b/net-wireless/gnome-bluetooth/ChangeLog index 14eea80b42c3..ba7491293473 100644 --- a/net-wireless/gnome-bluetooth/ChangeLog +++ b/net-wireless/gnome-bluetooth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-wireless/gnome-bluetooth # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.84 2010/12/19 11:51:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.85 2010/12/31 19:20:55 pacho Exp $ + + 31 Dec 2010; Pacho Ramos <pacho@gentoo.org> gnome-bluetooth-2.32.0.ebuild: + Fix eautoreconf when gobject-introspection is not installed (bug #349536 by + Albert W. Hopkins). 19 Dec 2010; Pacho Ramos <pacho@gentoo.org> gnome-bluetooth-2.32.0.ebuild, +files/gnome-bluetooth-2.32.0-introspection-build.patch: diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild index 79dedb547de0..95ffacc33bb6 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild,v 1.4 2010/12/19 11:51:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild,v 1.5 2010/12/31 19:20:55 pacho Exp $ EAPI="3" GCONF_DEBUG="yes" @@ -9,6 +9,7 @@ inherit eutils gnome2 multilib autotools DESCRIPTION="Fork of bluez-gnome focused on integration with GNOME" HOMEPAGE="http://live.gnome.org/GnomeBluetooth" +SRC_URI="${SRC_URI} mirror://gentoo/introspection.m4.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="2" @@ -62,8 +63,9 @@ src_prepare() { # Fix build with gobject-introspection 0.9, bug #344227 epatch "${FILESDIR}/${P}-introspection-build.patch" + cp "${WORKDIR}"/introspection.m4 . || die intltoolize --force --copy --automake || die "intltoolize failed" - eautoreconf + AT_M4DIR="." eautoreconf } src_install() { |