commit:     c67959774e4604c5f408b84bb9f57fe271f11790
Author:     soredake <fdsfgs <AT> krutt <DOT> org>
AuthorDate: Fri Dec  9 15:44:04 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 08:56:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6795977

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(-)

diff --git a/media-sound/mpdscribble/mpdscribble-9999.ebuild 
b/media-sound/mpdscribble/mpdscribble-9999.ebuild
index 5e27b2d..4db61da 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)

Reply via email to