summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-apps/kopete/kopete-16.08.49.9999.ebuild6
-rw-r--r--kde-apps/kopete/kopete-9999.ebuild6
-rw-r--r--kde-apps/ktp-auth-handler/ktp-auth-handler-16.08.49.9999.ebuild2
-rw-r--r--kde-apps/ktp-auth-handler/ktp-auth-handler-9999.ebuild2
-rw-r--r--kde-misc/kdeconnect/kdeconnect-9999.ebuild2
-rw-r--r--net-irc/konversation/konversation-9999.ebuild2
6 files changed, 10 insertions, 10 deletions
diff --git a/kde-apps/kopete/kopete-16.08.49.9999.ebuild b/kde-apps/kopete/kopete-16.08.49.9999.ebuild
index e1361086270..176986cd0b6 100644
--- a/kde-apps/kopete/kopete-16.08.49.9999.ebuild
+++ b/kde-apps/kopete/kopete-16.08.49.9999.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,9 +150,9 @@ 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."
+ elog "install app-crypt/qca package with USE=ssl."
fi
fi
fi
diff --git a/kde-apps/kopete/kopete-9999.ebuild b/kde-apps/kopete/kopete-9999.ebuild
index e1361086270..176986cd0b6 100644
--- a/kde-apps/kopete/kopete-9999.ebuild
+++ b/kde-apps/kopete/kopete-9999.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,9 +150,9 @@ 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."
+ elog "install app-crypt/qca package with USE=ssl."
fi
fi
fi
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-16.08.49.9999.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-16.08.49.9999.ebuild
index 5a828cc24d1..32fb2470649 100644
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-16.08.49.9999.ebuild
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-16.08.49.9999.ebuild
@@ -35,6 +35,6 @@ DEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kdewebkit)
"
RDEPEND="${COMMON_DEPEND}
- app-crypt/qca:2[openssl]
+ app-crypt/qca:2[ssl]
!kde-apps/ktp-auth-handler:4
"
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-9999.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-9999.ebuild
index 5a828cc24d1..32fb2470649 100644
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-9999.ebuild
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-9999.ebuild
@@ -35,6 +35,6 @@ DEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kdewebkit)
"
RDEPEND="${COMMON_DEPEND}
- app-crypt/qca:2[openssl]
+ app-crypt/qca:2[ssl]
!kde-apps/ktp-auth-handler:4
"
diff --git a/kde-misc/kdeconnect/kdeconnect-9999.ebuild b/kde-misc/kdeconnect/kdeconnect-9999.ebuild
index 9b4f339ccb6..ff552f9f8dd 100644
--- a/kde-misc/kdeconnect/kdeconnect-9999.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-9999.ebuild
@@ -34,7 +34,7 @@ DEPEND="
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtx11extras)
- >=app-crypt/qca-2.1.0:2[qt5,openssl]
+ >=app-crypt/qca-2.1.0:2[qt5,ssl]
x11-libs/libfakekey
x11-libs/libX11
x11-libs/libXtst
diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index 96b77f1cf30..0eb5607ad7d 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -52,7 +52,7 @@ DEPEND="
"
RDEPEND="${DEPEND}
!net-irc/konversation:4
- crypt? ( app-crypt/qca:2[openssl] )
+ crypt? ( app-crypt/qca:2[ssl] )
"
src_configure() {