From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 EDFDA13832E for ; Thu, 11 Aug 2016 20:32:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 711DE21C097; Thu, 11 Aug 2016 20:32:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB87021C097 for ; Thu, 11 Aug 2016 20:32:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66D53340BDA for ; Thu, 11 Aug 2016 20:32:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36A058DE for ; Thu, 11 Aug 2016 20:32: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: <1470947532.434440044a2c8907fd86c7d5fc9c4b64134f7221.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kphotoalbum/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/kphotoalbum/kphotoalbum-4.7.2.ebuild X-VCS-Directories: media-gfx/kphotoalbum/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 434440044a2c8907fd86c7d5fc9c4b64134f7221 X-VCS-Branch: master Date: Thu, 11 Aug 2016 20:32: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: b1fc18f1-bcab-45cf-9b2a-d29ae97033ab X-Archives-Hash: 1ab8243846024cb523d936b568fe8f59 commit: 434440044a2c8907fd86c7d5fc9c4b64134f7221 Author: Michael Palimaka gentoo org> AuthorDate: Thu Aug 11 20:31:46 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Aug 11 20:32:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43444004 media-gfx/kphotoalbum: remove redundant geolocation USE flag Gentoo-bug: 591060 Package-Manager: portage-2.3.0 media-gfx/kphotoalbum/kphotoalbum-4.7.2.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-gfx/kphotoalbum/kphotoalbum-4.7.2.ebuild b/media-gfx/kphotoalbum/kphotoalbum-4.7.2.ebuild index c579b34..23cd6c3 100644 --- a/media-gfx/kphotoalbum/kphotoalbum-4.7.2.ebuild +++ b/media-gfx/kphotoalbum/kphotoalbum-4.7.2.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" LICENSE="GPL-2+ FDL-1.2" SLOT="4" KEYWORDS="~amd64 ~x86" -IUSE="debug +exif +face +geolocation +kipi +map +raw" +IUSE="debug +exif +face +kipi +map +raw" REQUIRED_USE="map? ( exif )" @@ -27,7 +27,6 @@ COMMON_DEPEND=" virtual/jpeg:0 exif? ( >=media-gfx/exiv2-0.17:= ) face? ( >=kde-apps/libkface-15.08.3:4 ) - geolocation? ( $(add_kdeapps_dep marble) ) kipi? ( $(add_kdeapps_dep libkipi '' 4.9.58) ) map? ( >=kde-apps/libkgeomap-15.08.3:4 ) raw? ( $(add_kdeapps_dep libkdcraw '' 4.9.58) ) @@ -46,7 +45,6 @@ src_configure() { local mycmakeargs=( -DWITH_Exiv2=$(usex exif) -DWITH_Kface=$(usex face) - -DWITH_Marble=$(usex geolocation) -DWITH_Kipi=$(usex kipi) -DWITH_KGeoMap=$(usex map) -DWITH_Kdcraw=$(usex raw)