Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: media-libs/liblastfm/
Date: Sun, 17 Feb 2019 11:11:10
Message-Id: 1550399461.a47aa3512aaf4568898f9e9c0206c07eabbece85.asturm@gentoo
1 commit: a47aa3512aaf4568898f9e9c0206c07eabbece85
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 10:31:01 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 10:31:01 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a47aa351
7
8 media-libs/liblastfm: Fix USE test DEPEND
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/liblastfm/liblastfm-9999.ebuild | 3 +--
14 1 file changed, 1 insertion(+), 2 deletions(-)
15
16 diff --git a/media-libs/liblastfm/liblastfm-9999.ebuild b/media-libs/liblastfm/liblastfm-9999.ebuild
17 index c24ffc2a6b..a99c695366 100644
18 --- a/media-libs/liblastfm/liblastfm-9999.ebuild
19 +++ b/media-libs/liblastfm/liblastfm-9999.ebuild
20 @@ -25,8 +25,7 @@ RDEPEND="
21 sci-libs/fftw:3.0
22 )
23 "
24 -DEPEND="${RDEPEND}"
25 -BDEPEND="
26 +DEPEND="${RDEPEND}
27 test? ( dev-qt/qttest:5 )
28 "