diff options
author | 2011-03-16 09:55:38 +0000 | |
---|---|---|
committer | 2011-03-16 09:55:38 +0000 | |
commit | 05e302d3b3f2564665f7217a188737fe17d57804 (patch) | |
tree | 6cac359516a81f6db11412e6b045630ec1c9f099 /net-irc/konversation/konversation-1.3.1.ebuild | |
parent | Parallel installation fails from time to time, bug #359123 by water. (diff) | |
download | gentoo-2-05e302d3b3f2564665f7217a188737fe17d57804.tar.gz gentoo-2-05e302d3b3f2564665f7217a188737fe17d57804.tar.bz2 gentoo-2-05e302d3b3f2564665f7217a188737fe17d57804.zip |
Update dependency on qca-ossl per bug #358995.
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/konversation/konversation-1.3.1.ebuild')
-rw-r--r-- | net-irc/konversation/konversation-1.3.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-irc/konversation/konversation-1.3.1.ebuild b/net-irc/konversation/konversation-1.3.1.ebuild index d3ab86921c6e..dc037eb71b41 100644 --- a/net-irc/konversation/konversation-1.3.1.ebuild +++ b/net-irc/konversation/konversation-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-1.3.1.ebuild,v 1.5 2011/01/28 15:52:38 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-1.3.1.ebuild,v 1.6 2011/03/16 09:55:38 scarabeus Exp $ EAPI=3 KDE_LINGUAS="bg ca cs da de el en_GB es et fi fr gl hu it ja nb nds nl pa pl pt @@ -23,7 +23,8 @@ IUSE="+crypt debug" DEPEND="x11-libs/libXScrnSaver $(add_kdebase_dep kdepimlibs) crypt? ( app-crypt/qca:2 )" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + crypt? ( app-crypt/qca-ossl )" DOCS="AUTHORS ChangeLog NEWS README TODO" |