profiles: Mask kde-apps/kcalcore, kde-apps/kcontacts for removal
[gentoo.git] / kde-apps / kontactinterface / kontactinterface-19.04.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 inherit kde5
7
8 DESCRIPTION="Library for embedding KParts in a Kontact component"
9 LICENSE="GPL-2+ LGPL-2.1+"
10 KEYWORDS="amd64 arm64 x86"
11 IUSE=""
12
13 DEPEND="
14         $(add_frameworks_dep kcoreaddons)
15         $(add_frameworks_dep kiconthemes)
16         $(add_frameworks_dep kio)
17         $(add_frameworks_dep kparts)
18         $(add_frameworks_dep kwindowsystem)
19         $(add_frameworks_dep kxmlgui)
20         $(add_qt_dep qtdbus)
21         $(add_qt_dep qtgui)
22         $(add_qt_dep qtwidgets)
23         $(add_qt_dep qtxml)
24 "
25 RDEPEND="${DEPEND}
26         !kde-apps/kdepim-l10n
27 "