dev-lang/vala: p.masked bump to 0.45.3
[gentoo.git] / kde-apps / kblog / kblog-18.12.3.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 KDE_TEST="true"
7 inherit kde5
8
9 DESCRIPTION="Library providing client-side support for web application remote blogging APIs"
10 LICENSE="GPL-2+"
11 KEYWORDS="amd64 x86"
12 IUSE=""
13
14 DEPEND="
15         $(add_frameworks_dep kcoreaddons)
16         $(add_frameworks_dep ki18n)
17         $(add_frameworks_dep kio)
18         $(add_frameworks_dep kxmlrpcclient)
19         $(add_frameworks_dep syndication)
20         $(add_kdeapps_dep kcalcore)
21 "
22 RDEPEND="${DEPEND}
23         !kde-apps/kdepim-l10n
24 "