Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/johu:master commit in: media-sound/tomahawk/
Date: Fri, 28 Oct 2016 16:43:18
Message-Id: 1477672975.28e7023267eaaa0c9709e24eb474425c2ca0716e.johu@gentoo
1 commit: 28e7023267eaaa0c9709e24eb474425c2ca0716e
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 28 16:42:55 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 28 16:42:55 2016 +0000
6 URL: https://gitweb.gentoo.org/dev/johu.git/commit/?id=28e70232
7
8 media-sound/tomahawk: Fix use dependency
9
10 Package-Manager: portage-2.3.2
11
12 media-sound/tomahawk/tomahawk-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild
16 index c3d5f0c..62a586d 100644
17 --- a/media-sound/tomahawk/tomahawk-9999.ebuild
18 +++ b/media-sound/tomahawk/tomahawk-9999.ebuild
19 @@ -53,7 +53,7 @@ DEPEND="${CDEPEND}
20 $(add_qt_dep qtconcurrent)
21 "
22 RDEPEND="${CDEPEND}
23 - app-crypt/qca:2[openssl]
24 + app-crypt/qca:2[ssl]
25 "
26
27 DOCS=( AUTHORS ChangeLog README.md )