ea03c64c263f092e6f8c324e16a3e4b6fce41bb9
[gentoo.git] / kde-apps / libkexiv2 / libkexiv2-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_BLOCK_SLOT4="false"
7 inherit kde5
8
9 DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper"
10 LICENSE="GPL-2+"
11 KEYWORDS="amd64 x86"
12 IUSE="+xmp"
13
14 DEPEND="
15         $(add_qt_dep qtgui)
16         >=media-gfx/exiv2-0.25:=[xmp=]
17 "
18 RDEPEND="${DEPEND}"