mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
media-sound/mpdscribble: added missing autotools inherit to -9999
Closes: https://github.com/gentoo/gentoo/pull/3063
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user