Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: app-crypt/qca/
Date: Sun, 29 Jun 2014 23:25:02
Message-Id: 1404082381.9f5faa637b777b10548638a053969cb93558d6fc.pesa@gentoo
1 commit: 9f5faa637b777b10548638a053969cb93558d6fc
2 Author: Uwe L. Korn <uwelk <AT> xhochy <DOT> com>
3 AuthorDate: Sun Jun 29 22:52:35 2014 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 29 22:53:01 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=9f5faa63
7
8 [app-crypt/qca] 9999 includes plugins, so block on old packages.
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 app-crypt/qca/qca-9999.ebuild | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/app-crypt/qca/qca-9999.ebuild b/app-crypt/qca/qca-9999.ebuild
17 index 60a8531..a2d91a1 100644
18 --- a/app-crypt/qca/qca-9999.ebuild
19 +++ b/app-crypt/qca/qca-9999.ebuild
20 @@ -16,6 +16,11 @@ KEYWORDS=""
21 IUSE="botan debug doc examples gcrypt gpg logger nss openssl pkcs11 +qt4 qt5 sasl softstore test"
22
23 RDEPEND="
24 + !app-crypt/qca-cyrus-sasl
25 + !app-crypt/qca-gnupg
26 + !app-crypt/qca-logger
27 + !app-crypt/qca-ossl
28 + !app-crypt/qca-pkcs11
29 botan? ( dev-libs/botan )
30 sasl? ( dev-libs/cyrus-sasl )
31 gcrypt? ( dev-libs/libgcrypt:= )