diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-27 19:51:35 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-28 19:01:54 -0400 |
commit | 778064b6b843dd3cbc7315ba256b69bab0321832 (patch) | |
tree | 9b5563d0ae0e5e30a485d00d11305409abd57e4f /media-libs/lastfmlib | |
parent | media-libs/fluidsynth-dssi: bump EAPI (diff) | |
download | gentoo-778064b6b843dd3cbc7315ba256b69bab0321832.tar.gz gentoo-778064b6b843dd3cbc7315ba256b69bab0321832.tar.bz2 gentoo-778064b6b843dd3cbc7315ba256b69bab0321832.zip |
media-libs/lastfmlib: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
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 } |