summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-15 03:06:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-15 03:32:35 +0100
commit6737f4ad2fb694a86bd9579a5e279b371c751cd6 (patch)
tree60fc7a3f9b1dbb18125d1efd369f9e6947d5fdfd
parentmedia-libs/icc-profiles-basiccolor-printing2009: EAPI-7 bump (diff)
downloadgentoo-6737f4ad.tar.gz
gentoo-6737f4ad.tar.bz2
gentoo-6737f4ad.zip
media-libs/libclastfm: EAPI-7 bump
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--media-libs/libclastfm/libclastfm-0.5.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/media-libs/libclastfm/libclastfm-0.5.ebuild b/media-libs/libclastfm/libclastfm-0.5.ebuild
index 78d0075ed22f..ec203eb68942 100644
--- a/media-libs/libclastfm/libclastfm-0.5.ebuild
+++ b/media-libs/libclastfm/libclastfm-0.5.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
DESCRIPTION="C API library to the last.fm web service (unofficial)"
HOMEPAGE="http://liblastfm.sourceforge.net/"
@@ -12,11 +12,11 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="static-libs"
-RDEPEND="net-misc/curl"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+BDEPEND="virtual/pkgconfig"
+DEPEND="net-misc/curl"
+RDEPEND="${DEPEND}"
-DOCS="AUTHORS README"
+DOCS=( AUTHORS README )
src_configure() {
econf $(use_enable static-libs static)
@@ -24,5 +24,5 @@ src_configure() {
src_install() {
default
- rm -f "${ED}"/usr/lib*/*.la
+ find "${D}" -name '*.la' -type f -delete || die
}