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 56DDD139695 for ; Sat, 22 Apr 2017 14:32:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAF0B21C073; Sat, 22 Apr 2017 14:32:38 +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 7B76E21C073 for ; Sat, 22 Apr 2017 14:32: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 8C1F933BE61 for ; Sat, 22 Apr 2017 14:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9134743E for ; Sat, 22 Apr 2017 14:32:19 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1492871527.42dc03847f03c2c83ffdf4adad927daf25f0f997.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/marble/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/marble/marble-17.04.0.ebuild X-VCS-Directories: kde-apps/marble/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 42dc03847f03c2c83ffdf4adad927daf25f0f997 X-VCS-Branch: master Date: Sat, 22 Apr 2017 14:32:19 +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: 618cb8b9-473c-4a20-af94-a37f997bc7b3 X-Archives-Hash: b4d1fc924843e14f69879372877bc988 commit: 42dc03847f03c2c83ffdf4adad927daf25f0f997 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 22 14:25:14 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 22 14:32:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42dc0384 kde-apps/marble: Add USE=nls and missing DEPEND Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/marble/marble-17.04.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-apps/marble/marble-17.04.0.ebuild b/kde-apps/marble/marble-17.04.0.ebuild index a4c24ad25c6..edf87fd2745 100644 --- a/kde-apps/marble/marble-17.04.0.ebuild +++ b/kde-apps/marble/marble-17.04.0.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Virtual Globe and World Atlas to learn more about Earth" HOMEPAGE="https://marble.kde.org/" KEYWORDS="~amd64 ~arm ~x86" -IUSE="aprs +dbus designer gps +kde phonon +positioning shapefile +webkit" +IUSE="aprs +dbus designer gps +kde nls phonon +positioning shapefile +webkit" # FIXME (new package): libwlocate, WLAN-based geolocation RDEPEND=" @@ -50,6 +50,7 @@ RDEPEND=" " DEPEND="${RDEPEND} aprs? ( dev-lang/perl ) + nls? ( $(add_qt_dep linguist-tools) ) " # bug 588320