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 41EFD13888F for ; Mon, 5 Oct 2015 20:26:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77543E07D9; Mon, 5 Oct 2015 20:26:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 215B8E07D9 for ; Mon, 5 Oct 2015 20:26:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9F1A34073B for ; Mon, 5 Oct 2015 20:26:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80004888 for ; Mon, 5 Oct 2015 20:26:42 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1444076787.16b7f576a5ed6da690d65fe686d6c560654e2fa0.mrueg@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/libkexiv2/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/libkexiv2/libkexiv2-5.9999.ebuild X-VCS-Directories: kde-apps/libkexiv2/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 16b7f576a5ed6da690d65fe686d6c560654e2fa0 X-VCS-Branch: master Date: Mon, 5 Oct 2015 20:26:42 +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: 663207b0-56d5-48e2-81e5-9e5e5d487336 X-Archives-Hash: 79439597d012da29190c19997c5cfd1a commit: 16b7f576a5ed6da690d65fe686d6c560654e2fa0 Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Oct 4 14:47:04 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Oct 5 20:26:27 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=16b7f576 kde-apps/libkexiv2: Fix DEPENDs Upstream commit 8e58b2f629e90a02acd221543d5b50843de77202 Package-Manager: portage-2.2.20.1 kde-apps/libkexiv2/libkexiv2-5.9999.ebuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/kde-apps/libkexiv2/libkexiv2-5.9999.ebuild b/kde-apps/libkexiv2/libkexiv2-5.9999.ebuild index 32e4e0e..af293ce 100644 --- a/kde-apps/libkexiv2/libkexiv2-5.9999.ebuild +++ b/kde-apps/libkexiv2/libkexiv2-5.9999.ebuild @@ -12,16 +12,9 @@ KEYWORDS="" IUSE="+xmp" DEPEND=" - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep khtml) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep ktextwidgets) dev-qt/qtgui:5 dev-qt/qtwidgets:5 dev-qt/qtxml:5 - >=media-gfx/exiv2-0.24:=[xmp=] + >=media-gfx/exiv2-0.25:=[xmp=] " RDEPEND="${DEPEND}"