diff options
Diffstat (limited to 'kde-apps/libkexiv2/libkexiv2-16.04.1.ebuild')
-rw-r--r-- | kde-apps/libkexiv2/libkexiv2-16.04.1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kde-apps/libkexiv2/libkexiv2-16.04.1.ebuild b/kde-apps/libkexiv2/libkexiv2-16.04.1.ebuild new file mode 100644 index 000000000000..bdf48918be69 --- /dev/null +++ b/kde-apps/libkexiv2/libkexiv2-16.04.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_BLOCK_SLOT4="false" +inherit kde5 + +DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper" +KEYWORDS="~amd64 ~x86" +IUSE="+xmp" + +DEPEND=" + $(add_qt_dep qtgui) + >=media-gfx/exiv2-0.25:=[xmp=] +" +RDEPEND="${DEPEND}" |