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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B15115806E for ; Mon, 5 Jun 2023 13:51:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2012E08DC; Mon, 5 Jun 2023 13:51:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C52A8E08DC for ; Mon, 5 Jun 2023 13:51:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF8C3340ED7 for ; Mon, 5 Jun 2023 13:51:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0601EA88 for ; Mon, 5 Jun 2023 13:51: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: <1685973067.3945df6be6f6ccf76fd9c55c3c379d258297458a.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-23.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: 3945df6be6f6ccf76fd9c55c3c379d258297458a X-VCS-Branch: master Date: Mon, 5 Jun 2023 13:51: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f261b5dd-cec5-42bc-bea4-8ebb1a91cb50 X-Archives-Hash: 865f43d3e39058db34cc8d8d824a8efa commit: 3945df6be6f6ccf76fd9c55c3c379d258297458a Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 5 13:51:07 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 5 13:51:07 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3945df6b kde-apps/marble: Drop IUSE nls Not optional by some kde-frameworks dependency anyway. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/marble/marble-23.04.49.9999.ebuild | 16 ++++++++-------- kde-apps/marble/marble-9999.ebuild | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/kde-apps/marble/marble-23.04.49.9999.ebuild b/kde-apps/marble/marble-23.04.49.9999.ebuild index 7ce7dabb7d..c564290974 100644 --- a/kde-apps/marble/marble-23.04.49.9999.ebuild +++ b/kde-apps/marble/marble-23.04.49.9999.ebuild @@ -15,13 +15,12 @@ HOMEPAGE="https://marble.kde.org/" LICENSE="GPL-2" # TODO: CHECK SLOT="5/$(ver_cut 1-2)" KEYWORDS="" -IUSE="aprs +dbus designer +geolocation gps +kde nls +pbf phonon shapefile +webengine" +IUSE="aprs +dbus designer +geolocation gps +kde +pbf phonon shapefile +webengine" + +# bug 588320 +RESTRICT="test" # FIXME (new package): libwlocate, WLAN-based geolocation -BDEPEND=" - aprs? ( dev-lang/perl ) - nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) -" DEPEND=" >=dev-qt/qtconcurrent-${QTMIN}:5 >=dev-qt/qtdeclarative-${QTMIN}:5 @@ -60,9 +59,10 @@ DEPEND=" ) " RDEPEND="${DEPEND}" - -# bug 588320 -RESTRICT="test" +BDEPEND=" + >=dev-qt/linguist-tools-${QTMIN}:5 + aprs? ( dev-lang/perl ) +" src_prepare() { ecm_src_prepare diff --git a/kde-apps/marble/marble-9999.ebuild b/kde-apps/marble/marble-9999.ebuild index 7ce7dabb7d..c564290974 100644 --- a/kde-apps/marble/marble-9999.ebuild +++ b/kde-apps/marble/marble-9999.ebuild @@ -15,13 +15,12 @@ HOMEPAGE="https://marble.kde.org/" LICENSE="GPL-2" # TODO: CHECK SLOT="5/$(ver_cut 1-2)" KEYWORDS="" -IUSE="aprs +dbus designer +geolocation gps +kde nls +pbf phonon shapefile +webengine" +IUSE="aprs +dbus designer +geolocation gps +kde +pbf phonon shapefile +webengine" + +# bug 588320 +RESTRICT="test" # FIXME (new package): libwlocate, WLAN-based geolocation -BDEPEND=" - aprs? ( dev-lang/perl ) - nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) -" DEPEND=" >=dev-qt/qtconcurrent-${QTMIN}:5 >=dev-qt/qtdeclarative-${QTMIN}:5 @@ -60,9 +59,10 @@ DEPEND=" ) " RDEPEND="${DEPEND}" - -# bug 588320 -RESTRICT="test" +BDEPEND=" + >=dev-qt/linguist-tools-${QTMIN}:5 + aprs? ( dev-lang/perl ) +" src_prepare() { ecm_src_prepare