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-libs/signon-oauth2/
Date: Wed, 06 Jul 2016 14:12:58
Message-Id: 1467814356.fff97655ad67b25a925c4647dff294d393c4d0de.kensington@gentoo
1 commit: fff97655ad67b25a925c4647dff294d393c4d0de
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 6 14:12:03 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 6 14:12:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff97655
7
8 net-libs/signon-oauth2: add missing USE dependency
9
10 Gentoo-bug: 587778
11
12 Package-Manager: portage-2.3.0
13
14 .../{signon-oauth2-0.21.ebuild => signon-oauth2-0.21-r1.ebuild} | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-libs/signon-oauth2/signon-oauth2-0.21.ebuild b/net-libs/signon-oauth2/signon-oauth2-0.21-r1.ebuild
18 similarity index 92%
19 rename from net-libs/signon-oauth2/signon-oauth2-0.21.ebuild
20 rename to net-libs/signon-oauth2/signon-oauth2-0.21-r1.ebuild
21 index 2bbabd6..9b4cf84 100644
22 --- a/net-libs/signon-oauth2/signon-oauth2-0.21.ebuild
23 +++ b/net-libs/signon-oauth2/signon-oauth2-0.21-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2016 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 @@ -17,7 +17,7 @@ IUSE="test"
31
32 RDEPEND="
33 dev-qt/qtcore:5
34 - dev-qt/qtnetwork:5
35 + dev-qt/qtnetwork:5[ssl]
36 net-libs/signond
37 "
38 DEPEND="${RDEPEND}