summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kopete/kopete-4.14.3-r1.ebuild')
-rw-r--r--kde-base/kopete/kopete-4.14.3-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-base/kopete/kopete-4.14.3-r1.ebuild b/kde-base/kopete/kopete-4.14.3-r1.ebuild
index c4162719efb9..290f9215e0f3 100644
--- a/kde-base/kopete/kopete-4.14.3-r1.ebuild
+++ b/kde-base/kopete/kopete-4.14.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.14.3-r1.ebuild,v 1.2 2015/02/11 03:35:17 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.14.3-r1.ebuild,v 1.3 2015/02/22 18:41:23 mgorny Exp $
EAPI=5
@@ -108,7 +108,7 @@ RDEPEND="${COMMONDEPEND}
virtual/latex-base
)
sms? ( app-mobilephone/smssend )
- ssl? ( || ( app-crypt/qca-ossl:2 app-crypt/qca:2[openssl] ) )
+ ssl? ( app-crypt/qca:2[openssl] )
winpopup? ( net-fs/samba )
"
# telepathy? ( net-libs/decibel )"
@@ -158,9 +158,9 @@ pkg_postinst() {
if ! use ssl; then
if use xmpp ; then # || use irc; then
- if ! has_version app-crypt/qca-ossl ; then
+ if ! has_version "app-crypt/qca:2[openssl]" ; then
elog "In order to use ssl in xmpp you'll need to"
- elog "install app-crypt/qca-ossl package."
+ elog "install app-crypt/qca package with USE=openssl."
fi
fi
fi