diff options
author | Johannes Huber <johu@gentoo.org> | 2015-01-28 22:29:09 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2015-01-28 22:29:09 +0000 |
commit | be3e6c5c5451d6d51fd279553becdad3d93fd421 (patch) | |
tree | 389c23bb903eebb3b342578849bb050eecaf33d2 /app-leechcraft/lc-azoth/lc-azoth-0.6.70.ebuild | |
parent | Switch to CPU_FLAGS_X86. (diff) | |
download | gentoo-2-be3e6c5c5451d6d51fd279553becdad3d93fd421.tar.gz gentoo-2-be3e6c5c5451d6d51fd279553becdad3d93fd421.tar.bz2 gentoo-2-be3e6c5c5451d6d51fd279553becdad3d93fd421.zip |
Adjust dependencies to handle merged plugins in >=app-crypt/qca-2.1.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'app-leechcraft/lc-azoth/lc-azoth-0.6.70.ebuild')
-rw-r--r-- | app-leechcraft/lc-azoth/lc-azoth-0.6.70.ebuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/app-leechcraft/lc-azoth/lc-azoth-0.6.70.ebuild b/app-leechcraft/lc-azoth/lc-azoth-0.6.70.ebuild index 0e471ac65deb..20d4c5567f6d 100644 --- a/app-leechcraft/lc-azoth/lc-azoth-0.6.70.ebuild +++ b/app-leechcraft/lc-azoth/lc-azoth-0.6.70.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/app-leechcraft/lc-azoth/lc-azoth-0.6.70.ebuild,v 1.2 2014/12/06 18:16:22 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.6.70.ebuild,v 1.3 2015/01/28 22:29:09 johu Exp $ EAPI="5" @@ -32,7 +32,7 @@ COMMON_DEPEND="~app-leechcraft/lc-core-${PV} ~app-leechcraft/lc-xtazy-${PV} dev-qt/qtdbus:4 ) - crypt? ( app-crypt/qca app-crypt/qca-gnupg )" + crypt? ( app-crypt/qca:2[qt4(+)] )" DEPEND="${COMMON_DEPEND} doc? ( app-doc/doxygen[dot] )" RDEPEND="${COMMON_DEPEND} @@ -40,6 +40,12 @@ RDEPEND="${COMMON_DEPEND} net-im/telepathy-mission-control net-voip/telepathy-haze ) + crypt? ( + || ( + app-crypt/qca-gnupg:2 + app-crypt/qca:2[gpg] + ) + ) latex? ( || ( media-gfx/imagemagick |