From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1147667-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 3AAE1138350
	for <garchives@archives.gentoo.org>; Sat, 22 Feb 2020 19:43:12 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id AB572E0905;
	Sat, 22 Feb 2020 19:43:10 +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 7E299E0903
	for <gentoo-commits@lists.gentoo.org>; Sat, 22 Feb 2020 19:43:10 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 4E61434EEBE
	for <gentoo-commits@lists.gentoo.org>; Sat, 22 Feb 2020 19:43:09 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BD3E150
	for <gentoo-commits@lists.gentoo.org>; Sat, 22 Feb 2020 19:43:05 +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: <1582396288.0f162d2f16e5c69896f12de3dba713864d7f0dfc.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: 0f162d2f16e5c69896f12de3dba713864d7f0dfc
X-VCS-Branch: master
Date: Sat, 22 Feb 2020 19:43:05 +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: 0ab73ea9-05b9-4f74-9e80-d941e6a2eaf7
X-Archives-Hash: 1308044262403e3e49c6faae7a0fc965

commit:     0f162d2f16e5c69896f12de3dba713864d7f0dfc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 18:31:28 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 18:31:28 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0f162d2f

media-gfx/kphotoalbum: Update USE map DEPENDs

Ported away from kde-apps/libkgeomap to kde-apps/marble.

Upstream commit bac68707082f4b167f746ee9984c8f60d7e64907

Package-Manager: Portage-2.3.89, Repoman-2.3.20
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 2e4ae7efba..edb0c7752c 100644
--- a/media-gfx/kphotoalbum/kphotoalbum-9999.ebuild
+++ b/media-gfx/kphotoalbum/kphotoalbum-9999.ebuild
@@ -44,7 +44,7 @@ DEPEND="
 	media-libs/phonon[qt5(+)]
 	virtual/jpeg:0
 	kipi? ( kde-apps/libkipi:5= )
-	map? ( kde-apps/libkgeomap:5 )
+	map? ( kde-apps/marble:5 )
 	raw? ( kde-apps/libkdcraw:5 )
 	share? ( >=kde-frameworks/kxmlgui-${KFMIN}:5 )
 "
@@ -58,7 +58,7 @@ DOCS=( ChangeLog README.md )
 src_configure() {
 	local mycmakeargs=(
 		$(cmake_use_find_package kipi KF5Kipi)
-		$(cmake_use_find_package map KF5KGeoMap)
+		$(cmake_use_find_package map Marble)
 		$(cmake_use_find_package raw KF5KDcraw)
 		$(cmake_use_find_package share KF5Purpose)
 	)