Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-lastfmscrobble/
Date: Thu, 22 Feb 2018 20:23:54
Message-Id: 1519331013.5197b7f94c20f3516ac824db695dca60ebd214ed.asturm@gentoo
1 commit: 5197b7f94c20f3516ac824db695dca60ebd214ed
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 22 20:21:02 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 20:23:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5197b7f9
7
8 app-leechcraft/lc-lastfmscrobble: Relax liblastfm qt5-usedep
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild
16 index 7acd51e0350..76429eb124f 100644
17 --- a/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild
18 +++ b/app-leechcraft/lc-lastfmscrobble/lc-lastfmscrobble-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -12,7 +12,7 @@ KEYWORDS=""
26 IUSE="debug"
27
28 DEPEND="~app-leechcraft/lc-core-${PV}
29 - media-libs/liblastfm[qt5]
30 + media-libs/liblastfm[qt5(+)]
31 dev-qt/qtnetwork:5
32 dev-qt/qtwidgets:5
33 "