diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-12 17:33:24 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-12 18:58:22 +0100 |
commit | 70bcb3e284e393f0102c6ac0754389550d41877e (patch) | |
tree | d58a77a674de0bfe676295945b2c2866b28a1ef1 /media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild | |
parent | kde-frameworks/kdesignerplugin: drop 5.76.0* (diff) | |
download | gentoo-70bcb3e284e393f0102c6ac0754389550d41877e.tar.gz gentoo-70bcb3e284e393f0102c6ac0754389550d41877e.tar.bz2 gentoo-70bcb3e284e393f0102c6ac0754389550d41877e.zip |
media-libs/liblastfm: Add missing test dependency even if restricted
Closes: https://bugs.gentoo.org/758896
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild')
-rw-r--r-- | media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild b/media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild index 66923fd858eb..e7a0b783f0a5 100644 --- a/media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild +++ b/media-libs/liblastfm/liblastfm-1.1.0_pre20190625.ebuild @@ -34,6 +34,8 @@ DEPEND="${RDEPEND} test? ( dev-qt/qttest:5 ) " +PATCHES=( "${FILESDIR}/${P}-missing-dep.patch" ) + src_configure() { # demos not working local mycmakeargs=( |