media-libs/lastfmlib: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Sun, 27 May 2018 23:51:35 +0000 (19:51 -0400)
committerAaron Bauman <bman@gentoo.org>
Mon, 28 May 2018 23:01:54 +0000 (19:01 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-libs/lastfmlib/lastfmlib-0.4.0.ebuild

index ed124b016c701712441f9255cccc7f91a6a3cd71..a1f242d85896a1bb876317ea147ac9dc5a7b8e6f 100644 (file)
@@ -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
 }