Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/
Date: Fri, 09 Oct 2015 13:26:28
Message-Id: 1444397167.40ef80d0fd08b05a21ca217310859f6d30b60ac2.kensington@gentoo
1 commit: 40ef80d0fd08b05a21ca217310859f6d30b60ac2
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 13:25:45 2015 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 13:26:07 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ef80d0
7
8 net-im/dianara: add missing USE dependencies
9
10 Gentoo-bug: 560624
11
12 Package-Manager: portage-2.2.20.1
13
14 net-im/dianara/dianara-1.3.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-im/dianara/dianara-1.3.1.ebuild b/net-im/dianara/dianara-1.3.1.ebuild
18 index 9ff4e3d..37dad4c 100644
19 --- a/net-im/dianara/dianara-1.3.1.ebuild
20 +++ b/net-im/dianara/dianara-1.3.1.ebuild
21 @@ -17,10 +17,10 @@ KEYWORDS="~amd64 ~x86"
22 IUSE=""
23
24 RDEPEND="
25 - >=app-crypt/qca-2.1.0.3:2[qt4]
26 + >=app-crypt/qca-2.1.0.3:2[openssl,qt4]
27 dev-libs/qjson
28 dev-libs/qoauth
29 - dev-qt/qtcore:4
30 + dev-qt/qtcore:4[ssl]
31 dev-qt/qtdbus:4
32 dev-qt/qtgui:4
33 sys-apps/file"