Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 113460
Collapse All | Expand All

(-)/Gentoo/Portage/tree/net-wireless/gnome-bluetooth/gnome-bluetooth-0.6.0.ebuild (-1 / +5 lines)
Lines 41-49 Link Here
41
	unpack ${A}
41
	unpack ${A}
42
	cd ${S}
42
	cd ${S}
43
	epatch ${FILESDIR}/${PN}-0.5.1-obex_xfer_rate.patch
43
	epatch ${FILESDIR}/${PN}-0.5.1-obex_xfer_rate.patch
44
	# Per Comment #4 bug 113460 at
45
	# https://bugs.gentoo.org/show_bug.cgi?id=113460#c4
46
	export WANT_AUTOMAKE="1.5"
44
	libtoolize --force --copy || die
47
	libtoolize --force --copy || die
45
	aclocal || die
48
	aclocal || die
46
	automake || die
49
	automake -a || die
50
	autoconf || die
47
}
51
}
48
52
49
pkg_postinst() {
53
pkg_postinst() {

Return to bug 113460