From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1100113-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2833B138334 for <garchives@archives.gentoo.org>; Wed, 17 Jul 2019 18:22:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A7CCE0831; Wed, 17 Jul 2019 18:22:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D090E0831 for <gentoo-commits@lists.gentoo.org>; Wed, 17 Jul 2019 18:22:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE9F5347F14 for <gentoo-commits@lists.gentoo.org>; Wed, 17 Jul 2019 18:22:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D66D58B for <gentoo-commits@lists.gentoo.org>; Wed, 17 Jul 2019 18:22:20 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1563387730.4ce526275f6ccd281a4228f6d0af59727dcb265e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/kphotoalbum/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/kphotoalbum/kphotoalbum-9999.ebuild X-VCS-Directories: media-gfx/kphotoalbum/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4ce526275f6ccd281a4228f6d0af59727dcb265e X-VCS-Branch: master Date: Wed, 17 Jul 2019 18:22:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 896fcb20-5327-4209-9937-1d91c68e7e51 X-Archives-Hash: 2cd6e1799effa240718ff45f228fc77d commit: 4ce526275f6ccd281a4228f6d0af59727dcb265e Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jul 17 18:22:10 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jul 17 18:22:10 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4ce52627 media-gfx/kphotoalbum: Finish pkgmove to kde-apps/kipi-plugins Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-gfx/kphotoalbum/kphotoalbum-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/kphotoalbum/kphotoalbum-9999.ebuild b/media-gfx/kphotoalbum/kphotoalbum-9999.ebuild index e613c89975..0aedb93fc7 100644 --- a/media-gfx/kphotoalbum/kphotoalbum-9999.ebuild +++ b/media-gfx/kphotoalbum/kphotoalbum-9999.ebuild @@ -40,14 +40,14 @@ DEPEND=" media-gfx/exiv2:= media-libs/phonon[qt5(+)] virtual/jpeg:0 - kipi? ( $(add_kdeapps_dep libkipi) ) + kipi? ( $(add_kdeapps_dep libkipi '' '' '5=') ) map? ( $(add_kdeapps_dep libkgeomap) ) raw? ( $(add_kdeapps_dep libkdcraw) ) share? ( $(add_frameworks_dep kxmlgui) ) " RDEPEND="${DEPEND} media-video/ffmpeg - kipi? ( media-plugins/kipi-plugins:5 ) + kipi? ( $(add_kdeapps_dep kipi-plugins) ) " DOCS=( ChangeLog README.md )