Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-libs/qoauth/
Date: Wed, 28 Jan 2015 23:09:49
Message-Id: 1422486567.a34fc65c07311bff7644d9153ac3b87ae71ddff8.johu@gentoo
1 commit: a34fc65c07311bff7644d9153ac3b87ae71ddff8
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 28 23:09:27 2015 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 28 23:09:27 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a34fc65c
7
8 [dev-libs/qoauth] Sync with tree, EAPI 5
9
10 Package-Manager: portage-2.2.15
11
12 ---
13 dev-libs/qoauth/qoauth-9999.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-libs/qoauth/qoauth-9999.ebuild b/dev-libs/qoauth/qoauth-9999.ebuild
17 index 5f67854..70b95a6 100644
18 --- a/dev-libs/qoauth/qoauth-9999.ebuild
19 +++ b/dev-libs/qoauth/qoauth-9999.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2015 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Header: $
25
26 -EAPI=4
27 +EAPI=5
28
29 inherit qt4-r2 git-2
30
31 @@ -15,13 +15,13 @@ SLOT="0"
32 KEYWORDS=""
33 IUSE="debug doc static-libs test"
34
35 -COMMON_DEPEND="app-crypt/qca:2[debug?]"
36 +COMMON_DEPEND="app-crypt/qca:2[debug?,qt4(+)]"
37 DEPEND="${COMMON_DEPEND}
38 doc? ( app-doc/doxygen )
39 test? ( dev-qt/qttest:4 )
40 "
41 RDEPEND="${COMMON_DEPEND}
42 - || ( ~app-crypt/qca-9999:2[debug?,openssl,qt4] <app-crypt/qca-ossl-9999:2[debug?] )
43 + || ( app-crypt/qca-ossl:2[debug?] app-crypt/qca:2[debug?,openssl] )
44 "
45
46 DOCS="README CHANGELOG"