From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 43189138010 for ; Wed, 17 Oct 2012 11:13:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7CE7BE0384; Wed, 17 Oct 2012 11:13:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 01C2DE0384 for ; Wed, 17 Oct 2012 11:13:29 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B5C733D7F7 for ; Wed, 17 Oct 2012 11:13:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0E284E5436 for ; Wed, 17 Oct 2012 11:13:27 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1350472274.84c2423b7e646a56b467097e92b3408d43ece70c.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/libkexiv2/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/libkexiv2/libkexiv2-9999.ebuild X-VCS-Directories: kde-base/libkexiv2/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 84c2423b7e646a56b467097e92b3408d43ece70c X-VCS-Branch: master Date: Wed, 17 Oct 2012 11:13:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f01ae03f-b548-4324-8810-2453ac827c14 X-Archives-Hash: b339165ada6906bd76c58cc3dca464a1 commit: 84c2423b7e646a56b467097e92b3408d43ece70c Author: Michael Palimaka gentoo org> AuthorDate: Wed Oct 17 11:10:57 2012 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Oct 17 11:11:14 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=84c2423b [kde-base/libkexiv2] Require USE="xmp" for media-gfx/exiv2. This fixes bug #437682. Probable upstream commit: 0364c48d64a4f492600f94f539324b24321a3df7. Package-Manager: portage-2.1.11.28 --- kde-base/libkexiv2/libkexiv2-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kde-base/libkexiv2/libkexiv2-9999.ebuild b/kde-base/libkexiv2/libkexiv2-9999.ebuild index 057ce8a..b1f3f37 100644 --- a/kde-base/libkexiv2/libkexiv2-9999.ebuild +++ b/kde-base/libkexiv2/libkexiv2-9999.ebuild @@ -11,7 +11,7 @@ KEYWORDS="" IUSE="debug" DEPEND=" - >=media-gfx/exiv2-0.20 + >=media-gfx/exiv2-0.20[xmp] media-libs/lcms:0 virtual/jpeg "