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 9BE71139694 for ; Sat, 22 Apr 2017 14:31:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE2D5E0C1A; Sat, 22 Apr 2017 14:31:35 +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 CA8BBE0C1A for ; Sat, 22 Apr 2017 14:31:35 +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 9DFC234106E for ; Sat, 22 Apr 2017 14:31:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98BFC742C for ; Sat, 22 Apr 2017 14:31:32 +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: <1492871009.1d66273a72c187250c713905ca7da8763ba5323b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/marble/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/marble/marble-17.04.49.9999.ebuild kde-apps/marble/marble-9999.ebuild X-VCS-Directories: kde-apps/marble/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1d66273a72c187250c713905ca7da8763ba5323b X-VCS-Branch: master Date: Sat, 22 Apr 2017 14:31:32 +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: a44eef2d-1f70-4265-a268-9268392ff29d X-Archives-Hash: c4eb710ec55245db1f1d366db2d749fd commit: 1d66273a72c187250c713905ca7da8763ba5323b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 22 14:23:29 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 22 14:23:29 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1d66273a 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.49.9999.ebuild | 3 ++- kde-apps/marble/marble-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/kde-apps/marble/marble-17.04.49.9999.ebuild b/kde-apps/marble/marble-17.04.49.9999.ebuild index d7eaeded02..07c072ada1 100644 --- a/kde-apps/marble/marble-17.04.49.9999.ebuild +++ b/kde-apps/marble/marble-17.04.49.9999.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Virtual Globe and World Atlas to learn more about Earth" HOMEPAGE="https://marble.kde.org/" KEYWORDS="" -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 diff --git a/kde-apps/marble/marble-9999.ebuild b/kde-apps/marble/marble-9999.ebuild index d7eaeded02..07c072ada1 100644 --- a/kde-apps/marble/marble-9999.ebuild +++ b/kde-apps/marble/marble-9999.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Virtual Globe and World Atlas to learn more about Earth" HOMEPAGE="https://marble.kde.org/" KEYWORDS="" -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