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 2C7C3138010 for ; Tue, 23 Oct 2012 10:57:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7496CE00AB; Tue, 23 Oct 2012 10:57:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F3F37E00AB for ; Tue, 23 Oct 2012 10:57:21 +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 6286333D7CE for ; Tue, 23 Oct 2012 10:57:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D8C49E5436 for ; Tue, 23 Oct 2012 10:57:18 +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: <1350989551.84d3efb620c9415d30796f9d76c748cc2177c1d2.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: 84d3efb620c9415d30796f9d76c748cc2177c1d2 X-VCS-Branch: master Date: Tue, 23 Oct 2012 10:57:18 +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: 8f67d97b-3fa1-41eb-89a3-160c746c1c89 X-Archives-Hash: 94c78cb702ff648ee886914d988a8478 commit: 84d3efb620c9415d30796f9d76c748cc2177c1d2 Author: Michael Palimaka gentoo org> AuthorDate: Tue Oct 23 10:50:54 2012 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Oct 23 10:52:31 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=84d3efb6 [kde-base/libkexiv2] Upstream fixed build issue requiring USE="xmp" for media-gfx/exiv2. Thanks to Jekyll Wu gmail.com>. This reverts commit 84c2423b7e646a56b467097e92b3408d43ece70c. --- 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 b1f3f37..057ce8a 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[xmp] + >=media-gfx/exiv2-0.20 media-libs/lcms:0 virtual/jpeg "