profiles: Mask kde-apps/kcalcore, kde-apps/kcontacts for removal
[gentoo.git] / kde-apps / kpkpass / kpkpass-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 KDE_TEST="forceoptional"
7 VIRTUALX_REQUIRED="test"
8 inherit kde5
9
10 DESCRIPTION="Library to deal with Apple Wallet pass files"
11 HOMEPAGE="https://kde.org/applications/office/kontact/"
12
13 LICENSE="LGPL-2.1+"
14 KEYWORDS="amd64 arm64 x86"
15 IUSE=""
16
17 DEPEND="
18         $(add_frameworks_dep karchive)
19         $(add_qt_dep qtgui)
20 "
21 RDEPEND="${DEPEND}
22         !<kde-apps/kdepim-addons-18.07.80
23 "