From 778064b6b843dd3cbc7315ba256b69bab0321832 Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sun, 27 May 2018 19:51:35 -0400 Subject: media-libs/lastfmlib: bump EAPI Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- media-libs/lastfmlib/lastfmlib-0.4.0.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'media-libs/lastfmlib/lastfmlib-0.4.0.ebuild') 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 } -- cgit v1.2.3-65-gdbad