diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-22 19:00:46 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-03-22 19:02:24 +0100 |
commit | 347fa987bb937bde8c00701b769f51ba9b39b70e (patch) | |
tree | cedb988148372e0c806bbafadac0d0c09177bdcb /media-sound | |
parent | media-sound/clementine: Drop old snapshot (diff) | |
download | gentoo-347fa987bb937bde8c00701b769f51ba9b39b70e.tar.gz gentoo-347fa987bb937bde8c00701b769f51ba9b39b70e.tar.bz2 gentoo-347fa987bb937bde8c00701b769f51ba9b39b70e.zip |
media-sound/tomahawk: Compat. with liblastfm-1.1.0_pre20150206
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/tomahawk/tomahawk-0.9.0_pre20170808.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/media-sound/tomahawk/tomahawk-0.9.0_pre20170808.ebuild b/media-sound/tomahawk/tomahawk-0.9.0_pre20170808.ebuild index 11fbc52732b3..15c73708429e 100644 --- a/media-sound/tomahawk/tomahawk-0.9.0_pre20170808.ebuild +++ b/media-sound/tomahawk/tomahawk-0.9.0_pre20170808.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -50,9 +50,11 @@ RDEPEND="${CDEPEND} app-crypt/qca:2[ssl] " -DOCS=( AUTHORS ChangeLog README.md ) - -PATCHES=( "${FILESDIR}/${PN}-liblastfm-cmake.patch" ) +src_prepare() { + kde5_src_prepare + has_version "media-libs/liblastfm[qt5]" && + eapply "${FILESDIR}/${PN}-liblastfm-cmake.patch" +} src_configure() { local mycmakeargs=( |