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 /net-irc
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 'net-irc')
-rw-r--r--net-irc/konversation/konversation-1.6.2.ebuild2
-rw-r--r--net-irc/quassel/quassel-0.12.4.ebuild4
-rw-r--r--net-irc/quassel/quassel-9999.ebuild2
3 files changed, 4 insertions, 4 deletions
diff --git a/net-irc/konversation/konversation-1.6.2.ebuild b/net-irc/konversation/konversation-1.6.2.ebuild
index 9c940caad539..6b2e7f952965 100644
--- a/net-irc/konversation/konversation-1.6.2.ebuild
+++ b/net-irc/konversation/konversation-1.6.2.ebuild
@@ -54,7 +54,7 @@ DEPEND="
"
RDEPEND="${DEPEND}
!net-irc/konversation:4
- crypt? ( app-crypt/qca:2[openssl] )
+ crypt? ( app-crypt/qca:2[ssl] )
"
src_configure() {
diff --git a/net-irc/quassel/quassel-0.12.4.ebuild b/net-irc/quassel/quassel-0.12.4.ebuild
index cb9c20dcd260..c5434745d997 100644
--- a/net-irc/quassel/quassel-0.12.4.ebuild
+++ b/net-irc/quassel/quassel-0.12.4.ebuild
@@ -22,13 +22,13 @@ snorenotify +ssl syslog webkit X"
SERVER_RDEPEND="
qt5? (
dev-qt/qtscript:5
- crypt? ( app-crypt/qca:2[openssl,qt5] )
+ crypt? ( app-crypt/qca:2[qt5,ssl] )
postgres? ( dev-qt/qtsql:5[postgres] )
!postgres? ( dev-qt/qtsql:5[sqlite] dev-db/sqlite:3[threadsafe(+),-secure-delete] )
)
!qt5? (
dev-qt/qtscript:4
- crypt? ( app-crypt/qca:2[openssl,qt4(+)] )
+ crypt? ( app-crypt/qca:2[qt4(+),ssl] )
postgres? ( dev-qt/qtsql:4[postgres] )
!postgres? ( dev-qt/qtsql:4[sqlite] dev-db/sqlite:3[threadsafe(+),-secure-delete] )
)
diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild
index 3a862b1fd474..c7dda72a2ce2 100644
--- a/net-irc/quassel/quassel-9999.ebuild
+++ b/net-irc/quassel/quassel-9999.ebuild
@@ -20,7 +20,7 @@ IUSE="+breeze crypt +dbus debug kde monolithic oxygen postgres +server snorenoti
SERVER_RDEPEND="
dev-qt/qtscript:5
- crypt? ( app-crypt/qca:2[openssl,qt5] )
+ crypt? ( app-crypt/qca:2[qt5,ssl] )
postgres? ( dev-qt/qtsql:5[postgres] )
!postgres? ( dev-qt/qtsql:5[sqlite] dev-db/sqlite:3[threadsafe(+),-secure-delete] )
syslog? ( virtual/logger )