diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-04 16:55:54 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2008-10-04 16:55:54 +0000 |
commit | 4b207f1f545afeedc10ec32f060fcd6961777ef9 (patch) | |
tree | e2e9225143fc6d575947324e58f12625e37b7f9d /kde-base | |
parent | Add the latest pre release (still hard masked) of dev-util/darcs-2.1.0. (diff) | |
download | gentoo-2-4b207f1f545afeedc10ec32f060fcd6961777ef9.tar.gz gentoo-2-4b207f1f545afeedc10ec32f060fcd6961777ef9.tar.bz2 gentoo-2-4b207f1f545afeedc10ec32f060fcd6961777ef9.zip |
Updated libkexiv2 block to <=media-libs/libkexiv2-0.1.7 to fix bug 239282. Thanks to Jan Kundrát(jkt).
This is the last commit to fix this bug.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/libkexiv2/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/libkexiv2/libkexiv2-4.1.2.ebuild | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/kde-base/libkexiv2/ChangeLog b/kde-base/libkexiv2/ChangeLog index 7b7870190db0..6e8618441872 100644 --- a/kde-base/libkexiv2/ChangeLog +++ b/kde-base/libkexiv2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/libkexiv2 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/ChangeLog,v 1.2 2008/10/02 18:42:02 keytoaster Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/ChangeLog,v 1.3 2008/10/04 16:55:54 jmbsvicetto Exp $ + + 04 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + libkexiv2-4.1.2.ebuild: + Updated libkexiv2 block to <=media-libs/libkexiv2-0.1.7 to fix bug 239282. + Thanks to Jan Kundrát(jkt). 02 Oct 2008; Tobias Heinlein <keytoaster@gentoo.org> Manifest: Fixing Manifests for the new kdegraphics tarballs which was changed diff --git a/kde-base/libkexiv2/libkexiv2-4.1.2.ebuild b/kde-base/libkexiv2/libkexiv2-4.1.2.ebuild index 12af07817b8f..64793917cd13 100644 --- a/kde-base/libkexiv2/libkexiv2-4.1.2.ebuild +++ b/kde-base/libkexiv2/libkexiv2-4.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/libkexiv2-4.1.2.ebuild,v 1.1 2008/10/02 10:46:12 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkexiv2/libkexiv2-4.1.2.ebuild,v 1.2 2008/10/04 16:55:54 jmbsvicetto Exp $ EAPI="2" @@ -15,9 +15,11 @@ HOMEPAGE="http://www.kipi-plugins.org" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="media-gfx/exiv2 +DEPEND=" + !<=media-libs/libkexiv2-0.1.7 + media-gfx/exiv2 media-libs/jpeg media-libs/lcms - !kdeprefix? ( !media-libs/libkexiv2 )" +" RDEPEND="${DEPEND}" |