diff options
Diffstat (limited to 'kde-base/libkexiv2/libkexiv2-4.10.5.ebuild')
-rw-r--r-- | kde-base/libkexiv2/libkexiv2-4.10.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-base/libkexiv2/libkexiv2-4.10.5.ebuild b/kde-base/libkexiv2/libkexiv2-4.10.5.ebuild index 7408741a5811..28612cb600b5 100644 --- a/kde-base/libkexiv2/libkexiv2-4.10.5.ebuild +++ b/kde-base/libkexiv2/libkexiv2-4.10.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/libkexiv2-4.10.5.ebuild,v 1.7 2013/08/06 07:34:30 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/libkexiv2-4.10.5.ebuild,v 1.8 2013/09/20 19:40:27 dilfridge Exp $ EAPI=5 @@ -8,10 +8,10 @@ inherit kde4-base DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper" KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="debug" +IUSE="debug +xmp" DEPEND=" - >=media-gfx/exiv2-0.20 + >=media-gfx/exiv2-0.20[xmp=] virtual/jpeg:0 " RDEPEND="${DEPEND}" |