diff options
author | soredake <fdsfgs@krutt.org> | 2016-12-09 17:44:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-12-10 09:56:19 +0100 |
commit | c67959774e4604c5f408b84bb9f57fe271f11790 (patch) | |
tree | e7fd261a5adf0d4f897f43dce9fa0e1c6bf6428b /media-sound/mpdscribble | |
parent | kde-apps/kio-extras: Fix blocker (diff) | |
download | gentoo-c67959774e4604c5f408b84bb9f57fe271f11790.tar.gz gentoo-c67959774e4604c5f408b84bb9f57fe271f11790.tar.bz2 gentoo-c67959774e4604c5f408b84bb9f57fe271f11790.zip |
media-sound/mpdscribble: added missing autotools inherit to -9999
Closes: https://github.com/gentoo/gentoo/pull/3063
Diffstat (limited to 'media-sound/mpdscribble')
-rw-r--r-- | media-sound/mpdscribble/mpdscribble-9999.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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) |