From: Aaron Bauman Date: Sun, 27 May 2018 23:51:35 +0000 (-0400) Subject: media-libs/lastfmlib: bump EAPI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=778064b6b843dd3cbc7315ba256b69bab0321832;p=gentoo.git media-libs/lastfmlib: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- 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 }