From e266453c3497fd66a3e579e80fc1c4510b254666 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Sat, 29 Oct 2016 02:13:08 +1100 Subject: app-crypt/qca: rename openssl USE flag -> ssl Gentoo-bug: 592706 Package-Manager: portage-2.3.2 --- kde-apps/kopete/kopete-16.04.3.ebuild | 4 ++-- kde-apps/kopete/kopete-16.08.2.ebuild | 4 ++-- kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.3.ebuild | 2 +- kde-apps/ktp-auth-handler/ktp-auth-handler-16.08.2.ebuild | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'kde-apps') 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 " -- cgit v1.2.3-65-gdbad