profiles: Mask kde-apps/kcalcore, kde-apps/kcontacts for removal
[gentoo.git] / kde-apps / libkexiv2 / libkexiv2-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="Wrapper around exiv2 library"
9 LICENSE="GPL-2+"
10 KEYWORDS="amd64 arm64 x86"
11 IUSE="+xmp"
12
13 DEPEND="
14         $(add_qt_dep qtgui)
15         >=media-gfx/exiv2-0.25:=[xmp=]
16 "
17 RDEPEND="${DEPEND}"