From c67959774e4604c5f408b84bb9f57fe271f11790 Mon Sep 17 00:00:00 2001 From: soredake Date: Fri, 9 Dec 2016 17:44:04 +0200 Subject: media-sound/mpdscribble: added missing autotools inherit to -9999 Closes: https://github.com/gentoo/gentoo/pull/3063 --- media-sound/mpdscribble/mpdscribble-9999.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'media-sound/mpdscribble') diff --git a/media-sound/mpdscribble/mpdscribble-9999.ebuild b/media-sound/mpdscribble/mpdscribble-9999.ebuild index 5e27b2d2f806..4db61da913ac 100644 --- a/media-sound/mpdscribble/mpdscribble-9999.ebuild +++ b/media-sound/mpdscribble/mpdscribble-9999.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -inherit git-r3 +inherit git-r3 autotools DESCRIPTION="An MPD client that submits information to Audioscrobbler" HOMEPAGE="http://mpd.wikia.com/wiki/Client:Mpdscribble" @@ -21,6 +21,11 @@ RDEPEND="dev-libs/glib DEPEND="${RDEPEND} virtual/pkgconfig" +src_prepare() { + default + eautoreconf +} + src_configure() { econf \ --with-http-client=$(usex curl curl soup) -- cgit v1.2.3-18-g5258