aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-10-28 18:42:55 +0200
committerJohannes Huber <johu@gentoo.org>2016-10-28 18:42:55 +0200
commit28e7023267eaaa0c9709e24eb474425c2ca0716e (patch)
tree4ab20895ed9f990123b65790b28ad1270f85ae6c
parentapp-admin/calamares: Fix RDEPEND (diff)
downloadjohu-28e70232.tar.gz
johu-28e70232.tar.bz2
johu-28e70232.zip
media-sound/tomahawk: Fix use dependency
Package-Manager: portage-2.3.2
-rw-r--r--media-sound/tomahawk/tomahawk-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild
index c3d5f0c..62a586d 100644
--- a/media-sound/tomahawk/tomahawk-9999.ebuild
+++ b/media-sound/tomahawk/tomahawk-9999.ebuild
@@ -53,7 +53,7 @@ DEPEND="${CDEPEND}
$(add_qt_dep qtconcurrent)
"
RDEPEND="${CDEPEND}
- app-crypt/qca:2[openssl]
+ app-crypt/qca:2[ssl]
"
DOCS=( AUTHORS ChangeLog README.md )