diff options
author | Johannes Huber <johu@gentoo.org> | 2015-01-29 01:35:36 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2015-01-29 01:35:36 +0000 |
commit | 19f29a1f551d3b90d7f94978c6f885599cb34074 (patch) | |
tree | 5eb01d8dac2dea469464cf59d9c1a685e8ca09ba /net-irc/quassel/quassel-0.9.3.ebuild | |
parent | Remove old. (diff) | |
download | gentoo-2-19f29a1f551d3b90d7f94978c6f885599cb34074.tar.gz gentoo-2-19f29a1f551d3b90d7f94978c6f885599cb34074.tar.bz2 gentoo-2-19f29a1f551d3b90d7f94978c6f885599cb34074.zip |
Adjust dependencies to handle merged plugins in >=app-crypt/qca-2.1, bug #537994.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'net-irc/quassel/quassel-0.9.3.ebuild')
-rw-r--r-- | net-irc/quassel/quassel-0.9.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-irc/quassel/quassel-0.9.3.ebuild b/net-irc/quassel/quassel-0.9.3.ebuild index 58d99de3243d..3adbb2c5a9a5 100644 --- a/net-irc/quassel/quassel-0.9.3.ebuild +++ b/net-irc/quassel/quassel-0.9.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.9.3.ebuild,v 1.6 2014/12/31 13:40:29 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.9.3.ebuild,v 1.7 2015/01/29 01:35:36 johu Exp $ EAPI=5 @@ -25,8 +25,8 @@ IUSE="ayatana crypt dbus debug kde monolithic phonon postgres +server +ssl syslo SERVER_RDEPEND=" >=dev-qt/qtscript-${QT_MINIMAL}:4 crypt? ( - app-crypt/qca:2 - app-crypt/qca-ossl + app-crypt/qca:2[qt4(+)] + || ( app-crypt/qca-ossl:2 app-crypt/qca:2[openssl] ) ) !postgres? ( >=dev-qt/qtsql-${QT_MINIMAL}:4[sqlite] dev-db/sqlite:3[threadsafe(+),-secure-delete] ) postgres? ( >=dev-qt/qtsql-${QT_MINIMAL}:4[postgres] ) |