net-libs/signon-ui: improve net-libs/libproxy blocker
authorMichael Palimaka <kensington@gentoo.org>
Mon, 25 Jul 2016 20:56:46 +0000 (06:56 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Mon, 25 Jul 2016 21:00:18 +0000 (07:00 +1000)
Newer versions of net-libs/libproxy do not link against kdelibs4 so do not
risk a runtime symbol collision.

Package-Manager: portage-2.3.0

net-libs/signon-ui/signon-ui-0.15.ebuild

index 314c7de21695927faa9cc120b5a8fccdf2e640c8..58ed68deed195fc6eb5b74c699f3bee2f9633377 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ IUSE="test"
 
 RESTRICT="test"
 
-# libproxy[kde] results into segfaults
+# <libproxy-0.4.12[kde] results in segfaults due to symbol collisions with qt4
 RDEPEND="
        dev-libs/glib:2
        dev-qt/qtcore:5
@@ -28,8 +28,9 @@ RDEPEND="
        dev-qt/qtwidgets:5
        net-libs/accounts-qt
        net-libs/signond
-       net-libs/libproxy[-kde]
+       net-libs/libproxy
        x11-libs/libnotify
+       !<net-libs/libproxy-0.4.12[kde]
 "
 DEPEND="${RDEPEND}
        test? ( dev-qt/qttest:5 )