--- /Gentoo/Portage/tree/net-wireless/gnome-bluetooth/gnome-bluetooth-0.6.0.ebuild 2005-11-01 15:06:00.000000000 +0100 +++ gnome-bluetooth-0.6.0.ebuild 2005-12-23 22:01:02.000000000 +0100 @@ -41,9 +41,13 @@ unpack ${A} cd ${S} epatch ${FILESDIR}/${PN}-0.5.1-obex_xfer_rate.patch + # Per Comment #4 bug 113460 at + # https://bugs.gentoo.org/show_bug.cgi?id=113460#c4 + export WANT_AUTOMAKE="1.5" libtoolize --force --copy || die aclocal || die - automake || die + automake -a || die + autoconf || die } pkg_postinst() {