8c6475c7136291bfd1bf6919e029b481c9e52f3e
[gentoo.git] / kde-apps / kmime / kmime-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="Libary for handling mail messages and newsgroup articles"
10 LICENSE="GPL-2+"
11 KEYWORDS="amd64 ~arm64 x86"
12 IUSE=""
13
14 DEPEND="
15         $(add_frameworks_dep kcodecs)
16         $(add_frameworks_dep ki18n)
17 "
18 RDEPEND="${DEPEND}
19         !kde-apps/kdepim-l10n
20 "