From f53e88b8bdd3d00c922faf4851a929f2ee5d09a9 Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Thu, 13 Sep 2018 03:43:43 +0200
Subject: media-libs/liblastfm: EAPI-7 bump

Drop vcs-snapshot as it is not EAPI-7 ready.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
---
 media-libs/liblastfm/liblastfm-1.1.0_pre20150206.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

(limited to 'media-libs')

diff --git a/media-libs/liblastfm/liblastfm-1.1.0_pre20150206.ebuild b/media-libs/liblastfm/liblastfm-1.1.0_pre20150206.ebuild
index a9a4e77d96ae..33eb7fb67ef5 100644
--- a/media-libs/liblastfm/liblastfm-1.1.0_pre20150206.ebuild
+++ b/media-libs/liblastfm/liblastfm-1.1.0_pre20150206.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 COMMIT=44331654256df83bc1d3cbb271a8ce3d4c464686
-inherit cmake-utils vcs-snapshot
+inherit cmake-utils
 
 DESCRIPTION="Collection of libraries to integrate Last.fm services"
 HOMEPAGE="https://github.com/lastfm/liblastfm"
@@ -26,13 +26,16 @@ RDEPEND="
 		sci-libs/fftw:3.0
 	)
 "
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
 	test? ( dev-qt/qttest:5 )
 "
 
 # 1 of 2 (UrlBuilderTest) is failing, last checked version 1.0.9
 RESTRICT="test"
 
+S="${WORKDIR}/${PN}-${COMMIT}"
+
 PATCHES=( "${FILESDIR}/${P}-qt-5.11b3.patch" )
 
 src_configure() {
-- 
cgit v1.2.3-65-gdbad