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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C197158094 for ; Wed, 5 Oct 2022 18:53:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BB76E0824; Wed, 5 Oct 2022 18:53:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22FC6E0824 for ; Wed, 5 Oct 2022 18:53:38 +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 4679F340FDB for ; Wed, 5 Oct 2022 18:53:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 883D85DD for ; Wed, 5 Oct 2022 18:53:35 +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: <1664995995.69af4dc6286173f98bfc575f41b9bd65271a51c9.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/discover/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/discover/discover-5.25.90.ebuild X-VCS-Directories: kde-plasma/discover/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 69af4dc6286173f98bfc575f41b9bd65271a51c9 X-VCS-Branch: master Date: Wed, 5 Oct 2022 18:53:35 +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: baba91c2-326b-462a-91f3-4ab88c600422 X-Archives-Hash: 85552273277d942ec52001261f074746 commit: 69af4dc6286173f98bfc575f41b9bd65271a51c9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 5 18:43:06 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 5 18:53:15 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=69af4dc6 kde-plasma/discover: Drop IUSE webengine in 5.25.90 Upstream commit 08f0ab031e74d722fd2b569f89c98f1c61a00b35 went in after tagging. Closes: https://bugs.gentoo.org/873622 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/discover/discover-5.25.90.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kde-plasma/discover/discover-5.25.90.ebuild b/kde-plasma/discover/discover-5.25.90.ebuild index d50983e83f..e86f32cb31 100644 --- a/kde-plasma/discover/discover-5.25.90.ebuild +++ b/kde-plasma/discover/discover-5.25.90.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://userbase.kde.org/Discover" LICENSE="GPL-2" # TODO: CHECK SLOT="5" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="+firmware flatpak telemetry webengine" +IUSE="+firmware flatpak telemetry" # libmarkdown (app-text/discount) only used in PackageKitBackend DEPEND=" @@ -24,6 +24,7 @@ DEPEND=" >=dev-qt/qtdeclarative-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwebview-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 >=dev-qt/qtxml-${QTMIN}:5 >=kde-frameworks/attica-${KFMIN}:5 @@ -49,7 +50,6 @@ DEPEND=" sys-apps/flatpak ) telemetry? ( dev-libs/kuserfeedback:5 ) - webengine? ( >=dev-qt/qtwebview-${QTMIN}:5 ) " RDEPEND="${DEPEND} >=dev-qt/qtquickcontrols2-${QTMIN}:5 @@ -76,7 +76,6 @@ src_configure() { $(cmake_use_find_package flatpak AppStreamQt) -DBUILD_FwupdBackend=$(usex firmware) $(cmake_use_find_package telemetry KUserFeedback) - $(cmake_use_find_package webengine Qt5WebView) ) ecm_src_configure