summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-10-29 02:13:08 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-10-29 02:13:52 +1100
commite266453c3497fd66a3e579e80fc1c4510b254666 (patch)
tree162ac0a20737556f926c53c1c0beba83ab15f37e /kde-apps
parentnet-im/psimedia: drop ppc64 to testing (diff)
downloadgentoo-e266453c3497fd66a3e579e80fc1c4510b254666.tar.gz
gentoo-e266453c3497fd66a3e579e80fc1c4510b254666.tar.bz2
gentoo-e266453c3497fd66a3e579e80fc1c4510b254666.zip
app-crypt/qca: rename openssl USE flag -> ssl
Gentoo-bug: 592706 Package-Manager: portage-2.3.2
Diffstat (limited to 'kde-apps')
-rw-r--r--kde-apps/kopete/kopete-16.04.3.ebuild4
-rw-r--r--kde-apps/kopete/kopete-16.08.2.ebuild4
-rw-r--r--kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.3.ebuild2
-rw-r--r--kde-apps/ktp-auth-handler/ktp-auth-handler-16.08.2.ebuild2
4 files changed, 6 insertions, 6 deletions
diff --git a/kde-apps/kopete/kopete-16.04.3.ebuild b/kde-apps/kopete/kopete-16.04.3.ebuild
index c2225f7f3c16..8de370f18e92 100644
--- a/kde-apps/kopete/kopete-16.04.3.ebuild
+++ b/kde-apps/kopete/kopete-16.04.3.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
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
diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.3.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.3.ebuild
index 5db6695affc6..b90d3aa7d799 100644
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.3.ebuild
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.3.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-16.08.2.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-16.08.2.ebuild
index 252e8a6ca288..ea3649807bc1 100644
--- a/kde-apps/ktp-auth-handler/ktp-auth-handler-16.08.2.ebuild
+++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-16.08.2.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
"