From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1EE01584AD for ; Fri, 25 Apr 2025 18:16:40 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6D9F0342F9F for ; Fri, 25 Apr 2025 18:16:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 72F131104B7; Fri, 25 Apr 2025 18:16:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 698771104B7 for ; Fri, 25 Apr 2025 18:16:39 +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 1D99B342FA8 for ; Fri, 25 Apr 2025 18:16:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BA8B23F9 for ; Fri, 25 Apr 2025 18:16:37 +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: <1745604900.5090c5664cbad7177339c6d2ba3725c392f8ab36.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-25.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: 5090c5664cbad7177339c6d2ba3725c392f8ab36 X-VCS-Branch: master Date: Fri, 25 Apr 2025 18:16:37 +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: b906ca18-7d16-4979-86ea-20aca97ddc28 X-Archives-Hash: ed57fabbdefb9d0484744252d23165ed commit: 5090c5664cbad7177339c6d2ba3725c392f8ab36 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Apr 25 18:15:00 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Apr 25 18:15:00 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5090c566 kde-apps/marble: Add missing IUSE pbf dependency Upstream commit c363124030198f564215e7e6252f6c12cc26e987 Bug: https://bugs.gentoo.org/953977 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/marble/marble-25.04.49.9999.ebuild | 5 ++++- kde-apps/marble/marble-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/kde-apps/marble/marble-25.04.49.9999.ebuild b/kde-apps/marble/marble-25.04.49.9999.ebuild index 3d3d5b08c5..7b1c970d71 100644 --- a/kde-apps/marble/marble-25.04.49.9999.ebuild +++ b/kde-apps/marble/marble-25.04.49.9999.ebuild @@ -42,7 +42,10 @@ DEPEND=" >=kde-frameworks/krunner-${KFMIN}:6 webengine? ( >=dev-qt/qtwebengine-${QTMIN}:6[qml] ) ) - pbf? ( dev-libs/protobuf:= ) + pbf? ( + dev-cpp/abseil-cpp:= + dev-libs/protobuf:= + ) phonon? ( >=media-libs/phonon-4.12.0[qt6(+)] ) shapefile? ( sci-libs/shapelib:= ) webengine? ( diff --git a/kde-apps/marble/marble-9999.ebuild b/kde-apps/marble/marble-9999.ebuild index d64c7052f7..71b8688131 100644 --- a/kde-apps/marble/marble-9999.ebuild +++ b/kde-apps/marble/marble-9999.ebuild @@ -42,7 +42,10 @@ DEPEND=" >=kde-frameworks/krunner-${KFMIN}:6 webengine? ( >=dev-qt/qtwebengine-${QTMIN}:6[qml] ) ) - pbf? ( dev-libs/protobuf:= ) + pbf? ( + dev-cpp/abseil-cpp:= + dev-libs/protobuf:= + ) phonon? ( >=media-libs/phonon-4.12.0[qt6(+)] ) shapefile? ( sci-libs/shapelib:= ) webengine? (