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: Wed, 12 Dec 2018 14:05:42
Message-Id: 1544616744.ae90b01666b785afbbc802e952b0b033f580bd8e.asturm@gentoo
1 commit: ae90b01666b785afbbc802e952b0b033f580bd8e
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 12 12:12:24 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 12 12:12:24 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ae90b016
7
8 media-libs/liblastfm: Use BDEPEND
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/liblastfm/liblastfm-9999.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/liblastfm/liblastfm-9999.ebuild b/media-libs/liblastfm/liblastfm-9999.ebuild
17 index 771aec1176..9530baa669 100644
18 --- a/media-libs/liblastfm/liblastfm-9999.ebuild
19 +++ b/media-libs/liblastfm/liblastfm-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -25,7 +25,8 @@ RDEPEND="
27 sci-libs/fftw:3.0
28 )
29 "
30 -DEPEND="${RDEPEND}
31 +DEPEND="${RDEPEND}"
32 +BDEPEND="
33 test? ( dev-qt/qttest:5 )
34 "