Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/konversation/, net-im/psi/, sys-auth/fingerprint-gui/, ...
Date: Fri, 28 Oct 2016 15:14:09
Message-Id: 1477667632.e266453c3497fd66a3e579e80fc1c4510b254666.kensington@gentoo
1 commit: e266453c3497fd66a3e579e80fc1c4510b254666
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 28 15:13:08 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 28 15:13:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e266453c
7
8 app-crypt/qca: rename openssl USE flag -> ssl
9
10 Gentoo-bug: 592706
11
12 Package-Manager: portage-2.3.2
13
14 app-crypt/qca/metadata.xml | 1 -
15 app-crypt/qca/qca-2.1.1-r1.ebuild | 12 ++++++------
16 app-crypt/qca/qca-2.1.1.ebuild | 12 ++++++------
17 dev-libs/qoauth/qoauth-1.0.1.ebuild | 2 +-
18 dev-libs/qoauth/qoauth-2.0.1_pre20160315.ebuild | 2 +-
19 kde-apps/kopete/kopete-16.04.3.ebuild | 4 ++--
20 kde-apps/kopete/kopete-16.08.2.ebuild | 4 ++--
21 kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.3.ebuild | 2 +-
22 kde-apps/ktp-auth-handler/ktp-auth-handler-16.08.2.ebuild | 2 +-
23 kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild | 2 +-
24 kde-misc/kdeconnect/kdeconnect-0.8-r1.ebuild | 2 +-
25 kde-misc/kdeconnect/kdeconnect-0.9g.ebuild | 2 +-
26 kde-misc/kdeconnect/kdeconnect-1.0.1.ebuild | 2 +-
27 kde-misc/kdeconnect/kdeconnect-1.0.ebuild | 2 +-
28 media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild | 2 +-
29 media-sound/tomahawk/tomahawk-9999.ebuild | 2 +-
30 net-im/dianara/dianara-1.3.1-r1.ebuild | 2 +-
31 net-im/dianara/dianara-1.3.3.ebuild | 2 +-
32 net-im/kadu/kadu-0.12.3.ebuild | 2 +-
33 net-im/kadu/kadu-2.1-r1.ebuild | 2 +-
34 net-im/kadu/kadu-3.0.ebuild | 2 +-
35 net-im/psi/psi-0.15.ebuild | 4 ++--
36 net-im/psi/psi-9999.ebuild | 4 ++--
37 net-im/qutim/qutim-0.3.2.ebuild | 2 +-
38 net-im/qutim/qutim-0.3.3_p1.ebuild | 2 +-
39 net-irc/konversation/konversation-1.6.2.ebuild | 2 +-
40 net-irc/quassel/quassel-0.12.4.ebuild | 4 ++--
41 net-irc/quassel/quassel-9999.ebuild | 2 +-
42 sci-geosciences/qgis/qgis-2.12.1.ebuild | 2 +-
43 sci-geosciences/qgis/qgis-2.12.2.ebuild | 2 +-
44 sci-geosciences/qgis/qgis-2.14.5.ebuild | 2 +-
45 sys-auth/fingerprint-gui/fingerprint-gui-1.07.ebuild | 2 +-
46 32 files changed, 46 insertions(+), 47 deletions(-)
47
48 diff --git a/app-crypt/qca/metadata.xml b/app-crypt/qca/metadata.xml
49 index a92ea3e..dff1320 100644
50 --- a/app-crypt/qca/metadata.xml
51 +++ b/app-crypt/qca/metadata.xml
52 @@ -19,7 +19,6 @@
53 <flag name="gpg">Enable GnuPG plugin</flag>
54 <flag name="logger">Enable logger plugin</flag>
55 <flag name="nss">Enable NSS plugin</flag>
56 - <flag name="openssl">Enable OpenSSL plugin</flag>
57 <flag name="pkcs11">Enable PKCS#11 plugin</flag>
58 <flag name="sasl">Enable SASL plugin</flag>
59 <flag name="softstore">Enable softstore plugin</flag>
60
61 diff --git a/app-crypt/qca/qca-2.1.1-r1.ebuild b/app-crypt/qca/qca-2.1.1-r1.ebuild
62 index ff969a7..0ad3980 100644
63 --- a/app-crypt/qca/qca-2.1.1-r1.ebuild
64 +++ b/app-crypt/qca/qca-2.1.1-r1.ebuild
65 @@ -14,7 +14,7 @@ LICENSE="LGPL-2.1"
66 SLOT="2"
67 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
68
69 -IUSE="botan debug doc examples gcrypt gpg libressl logger nss +openssl pkcs11 +qt4 qt5 sasl softstore test"
70 +IUSE="botan debug doc examples gcrypt gpg libressl logger nss pkcs11 +qt4 qt5 sasl softstore +ssl test"
71 REQUIRED_USE="|| ( qt4 qt5 )"
72
73 RDEPEND="
74 @@ -27,10 +27,6 @@ RDEPEND="
75 gcrypt? ( dev-libs/libgcrypt:= )
76 gpg? ( app-crypt/gnupg )
77 nss? ( dev-libs/nss )
78 - openssl? (
79 - !libressl? ( >=dev-libs/openssl-1.0.1:0= )
80 - libressl? ( dev-libs/libressl:= )
81 - )
82 pkcs11? (
83 !libressl? ( dev-libs/openssl:0 )
84 libressl? ( dev-libs/libressl )
85 @@ -43,6 +39,10 @@ RDEPEND="
86 dev-qt/qtnetwork:5
87 )
88 sasl? ( dev-libs/cyrus-sasl:2 )
89 + ssl? (
90 + !libressl? ( >=dev-libs/openssl-1.0.1:0= )
91 + libressl? ( dev-libs/libressl:= )
92 + )
93 "
94 DEPEND="${RDEPEND}
95 doc? ( app-doc/doxygen )
96 @@ -78,10 +78,10 @@ src_configure() {
97 $(qca_plugin_use gpg gnupg)
98 $(qca_plugin_use logger)
99 $(qca_plugin_use nss)
100 - $(qca_plugin_use openssl ossl)
101 $(qca_plugin_use pkcs11)
102 $(qca_plugin_use sasl cyrus-sasl)
103 $(qca_plugin_use softstore)
104 + $(qca_plugin_use ssl ossl)
105 -DBUILD_TESTS=$(usex test)
106 )
107
108
109 diff --git a/app-crypt/qca/qca-2.1.1.ebuild b/app-crypt/qca/qca-2.1.1.ebuild
110 index 3ac1973..81e1b32 100644
111 --- a/app-crypt/qca/qca-2.1.1.ebuild
112 +++ b/app-crypt/qca/qca-2.1.1.ebuild
113 @@ -14,7 +14,7 @@ LICENSE="LGPL-2.1"
114 SLOT="2"
115 KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
116
117 -IUSE="botan debug doc examples gcrypt gpg libressl logger nss +openssl pkcs11 +qt4 qt5 sasl softstore test"
118 +IUSE="botan debug doc examples gcrypt gpg libressl logger nss pkcs11 +qt4 qt5 sasl softstore +ssl test"
119 REQUIRED_USE="|| ( qt4 qt5 )"
120
121 RDEPEND="
122 @@ -27,10 +27,6 @@ RDEPEND="
123 gcrypt? ( dev-libs/libgcrypt:= )
124 gpg? ( app-crypt/gnupg )
125 nss? ( dev-libs/nss )
126 - openssl? (
127 - !libressl? ( >=dev-libs/openssl-1.0.1:0= )
128 - libressl? ( dev-libs/libressl:= )
129 - )
130 pkcs11? (
131 !libressl? ( dev-libs/openssl:0 )
132 libressl? ( dev-libs/libressl )
133 @@ -43,6 +39,10 @@ RDEPEND="
134 dev-qt/qtnetwork:5
135 )
136 sasl? ( dev-libs/cyrus-sasl:2 )
137 + ssl? (
138 + !libressl? ( >=dev-libs/openssl-1.0.1:0= )
139 + libressl? ( dev-libs/libressl:= )
140 + )
141 "
142 DEPEND="${RDEPEND}
143 doc? ( app-doc/doxygen )
144 @@ -76,10 +76,10 @@ src_configure() {
145 $(qca_plugin_use gpg gnupg)
146 $(qca_plugin_use logger)
147 $(qca_plugin_use nss)
148 - $(qca_plugin_use openssl ossl)
149 $(qca_plugin_use pkcs11)
150 $(qca_plugin_use sasl cyrus-sasl)
151 $(qca_plugin_use softstore)
152 + $(qca_plugin_use ssl ossl)
153 $(cmake-utils_use_build test TESTS)
154 )
155
156
157 diff --git a/dev-libs/qoauth/qoauth-1.0.1.ebuild b/dev-libs/qoauth/qoauth-1.0.1.ebuild
158 index 7e6cf33..7ab3be4 100644
159 --- a/dev-libs/qoauth/qoauth-1.0.1.ebuild
160 +++ b/dev-libs/qoauth/qoauth-1.0.1.ebuild
161 @@ -21,7 +21,7 @@ DEPEND="${COMMON_DEPEND}
162 test? ( dev-qt/qttest:4 )
163 "
164 RDEPEND="${COMMON_DEPEND}
165 - app-crypt/qca:2[openssl]
166 + app-crypt/qca:2[ssl]
167 "
168
169 S=${WORKDIR}/${P}-src
170
171 diff --git a/dev-libs/qoauth/qoauth-2.0.1_pre20160315.ebuild b/dev-libs/qoauth/qoauth-2.0.1_pre20160315.ebuild
172 index d9ab014..9ffd038 100644
173 --- a/dev-libs/qoauth/qoauth-2.0.1_pre20160315.ebuild
174 +++ b/dev-libs/qoauth/qoauth-2.0.1_pre20160315.ebuild
175 @@ -21,7 +21,7 @@ DEPEND="${COMMON_DEPEND}
176 test? ( dev-qt/qttest:5 )
177 "
178 RDEPEND="${COMMON_DEPEND}
179 - app-crypt/qca:2[openssl]
180 + app-crypt/qca:2[ssl]
181 !dev-libs/qoauth:0
182 "
183
184
185 diff --git a/kde-apps/kopete/kopete-16.04.3.ebuild b/kde-apps/kopete/kopete-16.04.3.ebuild
186 index c2225f7..8de370f 100644
187 --- a/kde-apps/kopete/kopete-16.04.3.ebuild
188 +++ b/kde-apps/kopete/kopete-16.04.3.ebuild
189 @@ -107,7 +107,7 @@ RDEPEND="${COMMONDEPEND}
190 )
191 virtual/latex-base
192 )
193 - ssl? ( app-crypt/qca:2[openssl] )
194 + ssl? ( app-crypt/qca:2[ssl] )
195 winpopup? ( net-fs/samba )
196 "
197 DEPEND="${COMMONDEPEND}
198 @@ -150,7 +150,7 @@ pkg_postinst() {
199
200 if ! use ssl; then
201 if use xmpp ; then # || use irc; then
202 - if ! has_version "app-crypt/qca:2[openssl]" ; then
203 + if ! has_version "app-crypt/qca:2[ssl]" ; then
204 elog "In order to use ssl in xmpp you'll need to"
205 elog "install app-crypt/qca package with USE=openssl."
206 fi
207
208 diff --git a/kde-apps/kopete/kopete-16.08.2.ebuild b/kde-apps/kopete/kopete-16.08.2.ebuild
209 index cd117ce..f23beed 100644
210 --- a/kde-apps/kopete/kopete-16.08.2.ebuild
211 +++ b/kde-apps/kopete/kopete-16.08.2.ebuild
212 @@ -107,7 +107,7 @@ RDEPEND="${COMMONDEPEND}
213 )
214 virtual/latex-base
215 )
216 - ssl? ( app-crypt/qca:2[openssl] )
217 + ssl? ( app-crypt/qca:2[ssl] )
218 winpopup? ( net-fs/samba )
219 "
220 DEPEND="${COMMONDEPEND}
221 @@ -150,7 +150,7 @@ pkg_postinst() {
222
223 if ! use ssl; then
224 if use xmpp ; then # || use irc; then
225 - if ! has_version "app-crypt/qca:2[openssl]" ; then
226 + if ! has_version "app-crypt/qca:2[ssl]" ; then
227 elog "In order to use ssl in xmpp you'll need to"
228 elog "install app-crypt/qca package with USE=openssl."
229 fi
230
231 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
232 index 5db6695..b90d3aa 100644
233 --- a/kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.3.ebuild
234 +++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-16.04.3.ebuild
235 @@ -35,6 +35,6 @@ DEPEND="${COMMON_DEPEND}
236 $(add_frameworks_dep kdewebkit)
237 "
238 RDEPEND="${COMMON_DEPEND}
239 - app-crypt/qca:2[openssl]
240 + app-crypt/qca:2[ssl]
241 !kde-apps/ktp-auth-handler:4
242 "
243
244 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
245 index 252e8a6..ea36498 100644
246 --- a/kde-apps/ktp-auth-handler/ktp-auth-handler-16.08.2.ebuild
247 +++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-16.08.2.ebuild
248 @@ -35,6 +35,6 @@ DEPEND="${COMMON_DEPEND}
249 $(add_frameworks_dep kdewebkit)
250 "
251 RDEPEND="${COMMON_DEPEND}
252 - app-crypt/qca:2[openssl]
253 + app-crypt/qca:2[ssl]
254 !kde-apps/ktp-auth-handler:4
255 "
256
257 diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild
258 index 3381ab5..3ff3953 100644
259 --- a/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild
260 +++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.14.3-r1.ebuild
261 @@ -38,7 +38,7 @@ DEPEND="${COMMON_DEPEND}
262 eigen? ( dev-cpp/eigen:2 )
263 "
264 RDEPEND="${COMMON_DEPEND}
265 - app-crypt/qca:2[openssl]
266 + app-crypt/qca:2[ssl]
267 "
268
269 src_configure() {
270
271 diff --git a/kde-misc/kdeconnect/kdeconnect-0.8-r1.ebuild b/kde-misc/kdeconnect/kdeconnect-0.8-r1.ebuild
272 index f19a55a..79c6c13 100644
273 --- a/kde-misc/kdeconnect/kdeconnect-0.8-r1.ebuild
274 +++ b/kde-misc/kdeconnect/kdeconnect-0.8-r1.ebuild
275 @@ -34,7 +34,7 @@ COMMON_DEPEND="
276 "
277 RDEPEND="${COMMON_DEPEND}
278 $(add_kdebase_dep plasma-workspace)
279 - app-crypt/qca:2[openssl]
280 + app-crypt/qca:2[ssl]
281 "
282 DEPEND="${COMMON_DEPEND}
283 sys-devel/gettext
284
285 diff --git a/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild b/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild
286 index 5b40e3e..455bce6 100644
287 --- a/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild
288 +++ b/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild
289 @@ -35,7 +35,7 @@ DEPEND="
290 $(add_qt_dep qtnetwork)
291 $(add_qt_dep qtwidgets)
292 $(add_qt_dep qtx11extras)
293 - >=app-crypt/qca-2.1.0:2[qt5,openssl]
294 + >=app-crypt/qca-2.1.0:2[qt5,ssl]
295 x11-libs/libfakekey
296 x11-libs/libX11
297 x11-libs/libXtst
298
299 diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.1.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.1.ebuild
300 index 55a4a86..0599741 100644
301 --- a/kde-misc/kdeconnect/kdeconnect-1.0.1.ebuild
302 +++ b/kde-misc/kdeconnect/kdeconnect-1.0.1.ebuild
303 @@ -35,7 +35,7 @@ DEPEND="
304 $(add_qt_dep qtnetwork)
305 $(add_qt_dep qtwidgets)
306 $(add_qt_dep qtx11extras)
307 - >=app-crypt/qca-2.1.0:2[qt5,openssl]
308 + >=app-crypt/qca-2.1.0:2[qt5,ssl]
309 x11-libs/libfakekey
310 x11-libs/libX11
311 x11-libs/libXtst
312
313 diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.ebuild
314 index 656cdad..3408510 100644
315 --- a/kde-misc/kdeconnect/kdeconnect-1.0.ebuild
316 +++ b/kde-misc/kdeconnect/kdeconnect-1.0.ebuild
317 @@ -35,7 +35,7 @@ DEPEND="
318 $(add_qt_dep qtnetwork)
319 $(add_qt_dep qtwidgets)
320 $(add_qt_dep qtx11extras)
321 - >=app-crypt/qca-2.1.0:2[qt5,openssl]
322 + >=app-crypt/qca-2.1.0:2[qt5,ssl]
323 x11-libs/libfakekey
324 x11-libs/libX11
325 x11-libs/libXtst
326
327 diff --git a/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild b/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
328 index 57847fe..e11b09b 100644
329 --- a/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
330 +++ b/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
331 @@ -70,7 +70,7 @@ DEPEND="
332 )
333 "
334 RDEPEND="${DEPEND}
335 - app-crypt/qca:2[openssl]
336 + app-crypt/qca:2[ssl]
337 "
338
339 DOCS=( AUTHORS ChangeLog README.md )
340
341 diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild
342 index c3d5f0c..62a586d 100644
343 --- a/media-sound/tomahawk/tomahawk-9999.ebuild
344 +++ b/media-sound/tomahawk/tomahawk-9999.ebuild
345 @@ -53,7 +53,7 @@ DEPEND="${CDEPEND}
346 $(add_qt_dep qtconcurrent)
347 "
348 RDEPEND="${CDEPEND}
349 - app-crypt/qca:2[openssl]
350 + app-crypt/qca:2[ssl]
351 "
352
353 DOCS=( AUTHORS ChangeLog README.md )
354
355 diff --git a/net-im/dianara/dianara-1.3.1-r1.ebuild b/net-im/dianara/dianara-1.3.1-r1.ebuild
356 index 39ff62c..3eb7080 100644
357 --- a/net-im/dianara/dianara-1.3.1-r1.ebuild
358 +++ b/net-im/dianara/dianara-1.3.1-r1.ebuild
359 @@ -17,7 +17,7 @@ KEYWORDS="amd64 x86"
360 IUSE=""
361
362 RDEPEND="
363 - >=app-crypt/qca-2.1.0.3:2[openssl,qt4]
364 + >=app-crypt/qca-2.1.0.3:2[qt4,ssl]
365 dev-libs/qjson
366 dev-libs/qoauth:0
367 dev-qt/qtcore:4[ssl]
368
369 diff --git a/net-im/dianara/dianara-1.3.3.ebuild b/net-im/dianara/dianara-1.3.3.ebuild
370 index 53368f3..8d5a48ad 100644
371 --- a/net-im/dianara/dianara-1.3.3.ebuild
372 +++ b/net-im/dianara/dianara-1.3.3.ebuild
373 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
374 IUSE=""
375
376 RDEPEND="
377 - >=app-crypt/qca-2.1.0.3:2[openssl,qt4]
378 + >=app-crypt/qca-2.1.0.3:2[qt4,ssl]
379 dev-libs/qjson
380 dev-libs/qoauth:0
381 dev-qt/qtcore:4[ssl]
382
383 diff --git a/net-im/kadu/kadu-0.12.3.ebuild b/net-im/kadu/kadu-0.12.3.ebuild
384 index 62625bd..dda9889 100644
385 --- a/net-im/kadu/kadu-0.12.3.ebuild
386 +++ b/net-im/kadu/kadu-0.12.3.ebuild
387 @@ -56,7 +56,7 @@ DEPEND="${COMMON_DEPEND}
388 x11-proto/xproto
389 "
390 RDEPEND="${COMMON_DEPEND}
391 - app-crypt/qca:2[openssl]
392 + app-crypt/qca:2[ssl]
393 >=dev-qt/qtsvg-4.7.0:4
394 speech? ( app-accessibility/powiedz )
395 "
396
397 diff --git a/net-im/kadu/kadu-2.1-r1.ebuild b/net-im/kadu/kadu-2.1-r1.ebuild
398 index 1e6a062..98fa594 100644
399 --- a/net-im/kadu/kadu-2.1-r1.ebuild
400 +++ b/net-im/kadu/kadu-2.1-r1.ebuild
401 @@ -23,7 +23,7 @@ REQUIRED_USE="
402 )
403 "
404 COMMON_DEPEND="
405 - app-crypt/qca:2[openssl,qt5]
406 + app-crypt/qca:2[qt5,ssl]
407 >=dev-libs/injeqt-1.0.0
408 >=dev-qt/qtcore-5.2.0:5
409 >=dev-qt/qtdbus-5.2.0:5
410
411 diff --git a/net-im/kadu/kadu-3.0.ebuild b/net-im/kadu/kadu-3.0.ebuild
412 index 349fd49..d1fcd8d 100644
413 --- a/net-im/kadu/kadu-3.0.ebuild
414 +++ b/net-im/kadu/kadu-3.0.ebuild
415 @@ -23,7 +23,7 @@ REQUIRED_USE="
416 )
417 "
418 COMMON_DEPEND="
419 - app-crypt/qca:2[openssl,qt5]
420 + app-crypt/qca:2[qt5,ssl]
421 >=dev-libs/injeqt-1.0.0
422 >=dev-qt/qtcore-5.2.0:5
423 >=dev-qt/qtdbus-5.2.0:5
424
425 diff --git a/net-im/psi/psi-0.15.ebuild b/net-im/psi/psi-0.15.ebuild
426 index 8fd8d70..c40955e 100644
427 --- a/net-im/psi/psi-0.15.ebuild
428 +++ b/net-im/psi/psi-0.15.ebuild
429 @@ -42,9 +42,9 @@ PDEPEND="
430 crypt? ( app-crypt/qca:2[gpg] )
431 jingle? (
432 net-im/psimedia
433 - app-crypt/qca:2[openssl]
434 + app-crypt/qca:2[ssl]
435 )
436 - ssl? ( app-crypt/qca:2[openssl] )
437 + ssl? ( app-crypt/qca:2[ssl] )
438 "
439
440 DOC_CONTENTS='Psi+ support(USE="extras") was removed from ebuild since 0.15'
441
442 diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild
443 index a54aea8..0bb8cc4 100644
444 --- a/net-im/psi/psi-9999.ebuild
445 +++ b/net-im/psi/psi-9999.ebuild
446 @@ -58,9 +58,9 @@ PDEPEND="
447 crypt? ( app-crypt/qca:2[gpg] )
448 jingle? (
449 net-im/psimedia
450 - app-crypt/qca:2[openssl]
451 + app-crypt/qca:2[ssl]
452 )
453 - ssl? ( app-crypt/qca:2[openssl] )
454 + ssl? ( app-crypt/qca:2[ssl] )
455 "
456 RESTRICT="test"
457
458
459 diff --git a/net-im/qutim/qutim-0.3.2.ebuild b/net-im/qutim/qutim-0.3.2.ebuild
460 index 0b181f6..87b71a6 100644
461 --- a/net-im/qutim/qutim-0.3.2.ebuild
462 +++ b/net-im/qutim/qutim-0.3.2.ebuild
463 @@ -91,7 +91,7 @@ DEPEND="${CDEPEND}
464 "
465 RDEPEND="${CDEPEND}
466 xmpp? ( app-crypt/qca:2[gpg] )
467 - oscar? ( app-crypt/qca:2[openssl] )
468 + oscar? ( app-crypt/qca:2[ssl] )
469 kde-frameworks/oxygen-icons
470 "
471
472
473 diff --git a/net-im/qutim/qutim-0.3.3_p1.ebuild b/net-im/qutim/qutim-0.3.3_p1.ebuild
474 index e6b81d2..611370e 100644
475 --- a/net-im/qutim/qutim-0.3.3_p1.ebuild
476 +++ b/net-im/qutim/qutim-0.3.3_p1.ebuild
477 @@ -87,7 +87,7 @@ DEPEND="${CDEPEND}
478 "
479 RDEPEND="${CDEPEND}
480 xmpp? ( app-crypt/qca:2[gpg] )
481 - oscar? ( app-crypt/qca:2[openssl] )
482 + oscar? ( app-crypt/qca:2[ssl] )
483 kde-frameworks/oxygen-icons
484 "
485
486
487 diff --git a/net-irc/konversation/konversation-1.6.2.ebuild b/net-irc/konversation/konversation-1.6.2.ebuild
488 index 9c940ca..6b2e7f9 100644
489 --- a/net-irc/konversation/konversation-1.6.2.ebuild
490 +++ b/net-irc/konversation/konversation-1.6.2.ebuild
491 @@ -54,7 +54,7 @@ DEPEND="
492 "
493 RDEPEND="${DEPEND}
494 !net-irc/konversation:4
495 - crypt? ( app-crypt/qca:2[openssl] )
496 + crypt? ( app-crypt/qca:2[ssl] )
497 "
498
499 src_configure() {
500
501 diff --git a/net-irc/quassel/quassel-0.12.4.ebuild b/net-irc/quassel/quassel-0.12.4.ebuild
502 index cb9c20d..c543474 100644
503 --- a/net-irc/quassel/quassel-0.12.4.ebuild
504 +++ b/net-irc/quassel/quassel-0.12.4.ebuild
505 @@ -22,13 +22,13 @@ snorenotify +ssl syslog webkit X"
506 SERVER_RDEPEND="
507 qt5? (
508 dev-qt/qtscript:5
509 - crypt? ( app-crypt/qca:2[openssl,qt5] )
510 + crypt? ( app-crypt/qca:2[qt5,ssl] )
511 postgres? ( dev-qt/qtsql:5[postgres] )
512 !postgres? ( dev-qt/qtsql:5[sqlite] dev-db/sqlite:3[threadsafe(+),-secure-delete] )
513 )
514 !qt5? (
515 dev-qt/qtscript:4
516 - crypt? ( app-crypt/qca:2[openssl,qt4(+)] )
517 + crypt? ( app-crypt/qca:2[qt4(+),ssl] )
518 postgres? ( dev-qt/qtsql:4[postgres] )
519 !postgres? ( dev-qt/qtsql:4[sqlite] dev-db/sqlite:3[threadsafe(+),-secure-delete] )
520 )
521
522 diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild
523 index 3a862b1..c7dda72 100644
524 --- a/net-irc/quassel/quassel-9999.ebuild
525 +++ b/net-irc/quassel/quassel-9999.ebuild
526 @@ -20,7 +20,7 @@ IUSE="+breeze crypt +dbus debug kde monolithic oxygen postgres +server snorenoti
527
528 SERVER_RDEPEND="
529 dev-qt/qtscript:5
530 - crypt? ( app-crypt/qca:2[openssl,qt5] )
531 + crypt? ( app-crypt/qca:2[qt5,ssl] )
532 postgres? ( dev-qt/qtsql:5[postgres] )
533 !postgres? ( dev-qt/qtsql:5[sqlite] dev-db/sqlite:3[threadsafe(+),-secure-delete] )
534 syslog? ( virtual/logger )
535
536 diff --git a/sci-geosciences/qgis/qgis-2.12.1.ebuild b/sci-geosciences/qgis/qgis-2.12.1.ebuild
537 index 119b1cd..04e08cc 100644
538 --- a/sci-geosciences/qgis/qgis-2.12.1.ebuild
539 +++ b/sci-geosciences/qgis/qgis-2.12.1.ebuild
540 @@ -55,7 +55,7 @@ RDEPEND="
541 )
542 dev-db/sqlite:3
543 dev-db/spatialite
544 - app-crypt/qca:2[qt4,openssl]
545 + app-crypt/qca:2[qt4,ssl]
546 "
547
548 DEPEND="${RDEPEND}
549
550 diff --git a/sci-geosciences/qgis/qgis-2.12.2.ebuild b/sci-geosciences/qgis/qgis-2.12.2.ebuild
551 index 4d017ca..01573b3 100644
552 --- a/sci-geosciences/qgis/qgis-2.12.2.ebuild
553 +++ b/sci-geosciences/qgis/qgis-2.12.2.ebuild
554 @@ -62,7 +62,7 @@ RDEPEND="
555 )
556 dev-db/sqlite:3
557 dev-db/spatialite
558 - app-crypt/qca:2[qt4,openssl]
559 + app-crypt/qca:2[qt4,ssl]
560 "
561
562 DEPEND="${RDEPEND}
563
564 diff --git a/sci-geosciences/qgis/qgis-2.14.5.ebuild b/sci-geosciences/qgis/qgis-2.14.5.ebuild
565 index e5d9e34..d4088cd 100644
566 --- a/sci-geosciences/qgis/qgis-2.14.5.ebuild
567 +++ b/sci-geosciences/qgis/qgis-2.14.5.ebuild
568 @@ -64,7 +64,7 @@ RDEPEND="
569 )
570 dev-db/sqlite:3
571 dev-db/spatialite
572 - app-crypt/qca:2[qt4,openssl]
573 + app-crypt/qca:2[qt4,ssl]
574 "
575
576 DEPEND="${RDEPEND}
577
578 diff --git a/sys-auth/fingerprint-gui/fingerprint-gui-1.07.ebuild b/sys-auth/fingerprint-gui/fingerprint-gui-1.07.ebuild
579 index e7d244d..4e2cf03 100644
580 --- a/sys-auth/fingerprint-gui/fingerprint-gui-1.07.ebuild
581 +++ b/sys-auth/fingerprint-gui/fingerprint-gui-1.07.ebuild
582 @@ -16,7 +16,7 @@ SLOT="0"
583 KEYWORDS="~amd64 ~x86"
584 IUSE="+upekbsapi"
585
586 -DEPEND="app-crypt/qca:2[openssl,qt4(+)]
587 +DEPEND="app-crypt/qca:2[qt4(+),ssl]
588 sys-auth/libfprint
589 sys-auth/polkit-qt[qt4(+)]
590 sys-libs/pam