diff options
Diffstat (limited to 'media-libs/lastfmlib')
-rw-r--r-- | media-libs/lastfmlib/lastfmlib-0.4.0.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild index ed124b016c70..a1f242d85896 100644 --- a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild +++ b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 +EAPI=6 DESCRIPTION="C++ library to scrobble tracks on Last.fm" HOMEPAGE="https://github.com/dirkvdb/lastfmlib/releases" @@ -18,7 +18,6 @@ DEPEND="${RDEPEND} src_configure() { econf \ - --disable-dependency-tracking \ --disable-static \ $(use_enable debug) \ $(use_enable syslog logging) \ @@ -26,7 +25,6 @@ src_configure() { } src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog + default find "${D}"/usr -name '*.la' -delete } |