summaryrefslogtreecommitdiff
path: root/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-29 03:22:09 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-29 03:22:09 +0100
commitd4bd6695641f6d2ec7ff8681913d304e995902f5 (patch)
tree6ec8d4c38152bb4f2bb4b93277236ebd9fbbd21d /media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
parent22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (diff)
gentoo resync : 29.05.2018
Diffstat (limited to 'media-libs/lastfmlib/lastfmlib-0.4.0.ebuild')
-rw-r--r--media-libs/lastfmlib/lastfmlib-0.4.0.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild b/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
index ed124b016c70..3b55a002f90e 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
- find "${D}"/usr -name '*.la' -delete
+ default
+ find "${D}"/usr -name '*.la' -delete || die "Pruning failed"
}