Gentoo Archives: gentoo-dev

From: hasufell <hasufell@g.o>
To: gentoo-dev@l.g.o, Michael Palimaka <kensington@g.o>
Subject: [gentoo-dev] Re: [gentoo-commits] repo/gentoo:master commit in: net-im/dianara/
Date: Fri, 09 Oct 2015 15:52:08
Message-Id: 5617E29B.9010406@gentoo.org
1 On 10/09/2015 03:26 PM, Michael Palimaka wrote:
2 > commit: 40ef80d0fd08b05a21ca217310859f6d30b60ac2
3 > Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
4 > AuthorDate: Fri Oct 9 13:25:45 2015 +0000
5 > Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
6 > CommitDate: Fri Oct 9 13:26:07 2015 +0000
7 > URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ef80d0
8 >
9 > net-im/dianara: add missing USE dependencies
10 >
11 > Gentoo-bug: 560624
12 >
13 > Package-Manager: portage-2.2.20.1
14 >
15 > net-im/dianara/dianara-1.3.1.ebuild | 4 ++--
16 > 1 file changed, 2 insertions(+), 2 deletions(-)
17 >
18 > diff --git a/net-im/dianara/dianara-1.3.1.ebuild b/net-im/dianara/dianara-1.3.1.ebuild
19 > index 9ff4e3d..37dad4c 100644
20 > --- a/net-im/dianara/dianara-1.3.1.ebuild
21 > +++ b/net-im/dianara/dianara-1.3.1.ebuild
22 > @@ -17,10 +17,10 @@ KEYWORDS="~amd64 ~x86"
23 > IUSE=""
24 >
25 > RDEPEND="
26 > - >=app-crypt/qca-2.1.0.3:2[qt4]
27 > + >=app-crypt/qca-2.1.0.3:2[openssl,qt4]
28 > dev-libs/qjson
29 > dev-libs/qoauth
30 > - dev-qt/qtcore:4
31 > + dev-qt/qtcore:4[ssl]
32 > dev-qt/qtdbus:4
33 > dev-qt/qtgui:4
34 > sys-apps/file"
35 >
36
37 Remember to revbump packages if fixing non-trivial runtime dependencies,
38 otherwise users VDB might be inconsistent.
39
40 I already did it for you in c15d52d9d17b0ec9d5967ba8d0ca720a25fa2e97