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-ui/
Date: Mon, 25 Jul 2016 21:00:41
Message-Id: 1469480418.acd92601dbc9368167b2584fb7fd006770e6b9a8.kensington@gentoo
1 commit: acd92601dbc9368167b2584fb7fd006770e6b9a8
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 25 20:56:46 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 25 21:00:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd92601
7
8 net-libs/signon-ui: improve net-libs/libproxy blocker
9
10 Newer versions of net-libs/libproxy do not link against kdelibs4 so do not
11 risk a runtime symbol collision.
12
13 Package-Manager: portage-2.3.0
14
15 net-libs/signon-ui/signon-ui-0.15.ebuild | 7 ++++---
16 1 file changed, 4 insertions(+), 3 deletions(-)
17
18 diff --git a/net-libs/signon-ui/signon-ui-0.15.ebuild b/net-libs/signon-ui/signon-ui-0.15.ebuild
19 index 314c7de..58ed68d 100644
20 --- a/net-libs/signon-ui/signon-ui-0.15.ebuild
21 +++ b/net-libs/signon-ui/signon-ui-0.15.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -17,7 +17,7 @@ IUSE="test"
29
30 RESTRICT="test"
31
32 -# libproxy[kde] results into segfaults
33 +# <libproxy-0.4.12[kde] results in segfaults due to symbol collisions with qt4
34 RDEPEND="
35 dev-libs/glib:2
36 dev-qt/qtcore:5
37 @@ -28,8 +28,9 @@ RDEPEND="
38 dev-qt/qtwidgets:5
39 net-libs/accounts-qt
40 net-libs/signond
41 - net-libs/libproxy[-kde]
42 + net-libs/libproxy
43 x11-libs/libnotify
44 + !<net-libs/libproxy-0.4.12[kde]
45 "
46 DEPEND="${RDEPEND}
47 test? ( dev-qt/qttest:5 )