kde-frameworks/kxmlrpcclient: x86 stable wrt bug #605938
[gentoo.git] / kde-frameworks / kxmlrpcclient / kxmlrpcclient-5.29.0.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=6
6
7 KDE_TEST="true"
8 inherit kde5
9
10 DESCRIPTION="Framework providing client-side support for the XML-RPC protocol"
11 LICENSE="BSD-2"
12 KEYWORDS="amd64 ~arm x86"
13 IUSE=""
14
15 RDEPEND="
16         $(add_frameworks_dep kcoreaddons)
17         $(add_frameworks_dep ki18n)
18         $(add_frameworks_dep kio)
19         $(add_qt_dep qtxml)
20         !<kde-plasma/plasma-workspace-5.2.95:5
21 "
22 DEPEND="${RDEPEND}"