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, 30 Aug 2017 21:42:44
Message-Id: 1504129199.a37fb4e032fbc71679319ed077cd445f6633acdc.asturm@gentoo
1 commit: a37fb4e032fbc71679319ed077cd445f6633acdc
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 21:39:59 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 21:39:59 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a37fb4e0
7
8 media-libs/liblastfm: Switch to USE=qt5 default
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 media-libs/liblastfm/liblastfm-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/liblastfm/liblastfm-9999.ebuild b/media-libs/liblastfm/liblastfm-9999.ebuild
16 index 65a5e8060d..c53262a439 100644
17 --- a/media-libs/liblastfm/liblastfm-9999.ebuild
18 +++ b/media-libs/liblastfm/liblastfm-9999.ebuild
19 @@ -12,7 +12,7 @@ EGIT_REPO_URI=( "https://github.com/lastfm/${PN}" )
20 LICENSE="GPL-3"
21 KEYWORDS=""
22 SLOT="0/0"
23 -IUSE="fingerprint +qt4 qt5 test"
24 +IUSE="fingerprint qt4 +qt5 test"
25
26 REQUIRED_USE="|| ( qt4 qt5 )"