summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/kopete/kopete-16.08.2.ebuild')
-rw-r--r--kde-apps/kopete/kopete-16.08.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-apps/kopete/kopete-16.08.2.ebuild b/kde-apps/kopete/kopete-16.08.2.ebuild
index cd117ceb7106..f23beed1770e 100644
--- a/kde-apps/kopete/kopete-16.08.2.ebuild
+++ b/kde-apps/kopete/kopete-16.08.2.ebuild
@@ -107,7 +107,7 @@ RDEPEND="${COMMONDEPEND}
)
virtual/latex-base
)
- ssl? ( app-crypt/qca:2[openssl] )
+ ssl? ( app-crypt/qca:2[ssl] )
winpopup? ( net-fs/samba )
"
DEPEND="${COMMONDEPEND}
@@ -150,7 +150,7 @@ pkg_postinst() {
if ! use ssl; then
if use xmpp ; then # || use irc; then
- if ! has_version "app-crypt/qca:2[openssl]" ; then
+ if ! has_version "app-crypt/qca:2[ssl]" ; then
elog "In order to use ssl in xmpp you'll need to"
elog "install app-crypt/qca package with USE=openssl."
fi