diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-09-20 19:40:27 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-09-20 19:40:27 +0000 |
commit | 078b40849423747cda8d922593dc8c6da92795f2 (patch) | |
tree | cd30b689223f4ea53a641ccb0b10c2f8a46b0d7c /kde-base/libkexiv2 | |
parent | Snapshot bump. (diff) | |
download | gentoo-2-078b40849423747cda8d922593dc8c6da92795f2.tar.gz gentoo-2-078b40849423747cda8d922593dc8c6da92795f2.tar.bz2 gentoo-2-078b40849423747cda8d922593dc8c6da92795f2.zip |
Introduce xmp useflag for bug 485332
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'kde-base/libkexiv2')
-rw-r--r-- | kde-base/libkexiv2/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/libkexiv2/libkexiv2-4.10.5.ebuild | 6 | ||||
-rw-r--r-- | kde-base/libkexiv2/libkexiv2-4.11.1.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/kde-base/libkexiv2/ChangeLog b/kde-base/libkexiv2/ChangeLog index d64ec4097124..0408f98a0da8 100644 --- a/kde-base/libkexiv2/ChangeLog +++ b/kde-base/libkexiv2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/libkexiv2 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/ChangeLog,v 1.178 2013/09/03 19:50:24 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/ChangeLog,v 1.179 2013/09/20 19:40:27 dilfridge Exp $ + + 20 Sep 2013; Andreas K. Huettel <dilfridge@gentoo.org> + libkexiv2-4.10.5.ebuild, libkexiv2-4.11.1.ebuild: + Introduce xmp useflag for bug 485332 03 Sep 2013; Chris Reffett <creffett@gentoo.org> -libkexiv2-4.11.0.ebuild: Drop KDE 4.11.0 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}" diff --git a/kde-base/libkexiv2/libkexiv2-4.11.1.ebuild b/kde-base/libkexiv2/libkexiv2-4.11.1.ebuild index 11a00249f67f..77ebe65473c7 100644 --- a/kde-base/libkexiv2/libkexiv2-4.11.1.ebuild +++ b/kde-base/libkexiv2/libkexiv2-4.11.1.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.11.1.ebuild,v 1.1 2013/09/03 19:04:31 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/libkexiv2-4.11.1.ebuild,v 1.2 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}" |