app-portage/repoman: make repoman-2.3.8 require portage-2.3.27
[gentoo.git] / kde-apps / syndication / syndication-17.08.3.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 KDE_TEST="true"
7 inherit kde5
8
9 DESCRIPTION="Library for parsing RSS and Atom feeds"
10 LICENSE="LGPL-2+"
11 KEYWORDS="amd64 x86"
12 IUSE=""
13
14 DEPEND="
15         $(add_frameworks_dep kcodecs)
16         $(add_frameworks_dep kcoreaddons)
17         $(add_frameworks_dep kio)
18         $(add_qt_dep qtxml)
19 "
20 RDEPEND="${DEPEND}"