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 E3776158087 for ; Mon, 15 Nov 2021 11:07:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1552CE08F0; Mon, 15 Nov 2021 11:07:48 +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 E27B2E08E0 for ; Mon, 15 Nov 2021 11:07:47 +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 8AD10342FEC for ; Mon, 15 Nov 2021 11:07:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9EB41C3 for ; Mon, 15 Nov 2021 11:07:44 +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: <1636974162.237dda4dc06458b61752132d38d6c512e2244796.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/kreport/kreport-9999.ebuild X-VCS-Directories: dev-libs/kreport/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 237dda4dc06458b61752132d38d6c512e2244796 X-VCS-Branch: master Date: Mon, 15 Nov 2021 11:07:44 +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: ae1ccac3-5c62-4baf-86a2-1e1187c65f76 X-Archives-Hash: 7b8ad8c5fdf920898359e256e14042c1 commit: 237dda4dc06458b61752132d38d6c512e2244796 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 15 11:02:42 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 15 11:02:42 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=237dda4d dev-libs/kreport: Drop IUSE webkit dev-qt/qtwebkit is gone from Gentoo ebuild repository. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/kreport/kreport-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-9999.ebuild index 63ea7fc26d..c2129294e3 100644 --- a/dev-libs/kreport/kreport-9999.ebuild +++ b/dev-libs/kreport/kreport-9999.ebuild @@ -21,7 +21,7 @@ fi LICENSE="LGPL-2+" SLOT="5/4" -IUSE="marble +scripting webkit" +IUSE="marble +scripting" RDEPEND=" >=dev-libs/kproperty-${PV}:5= @@ -35,7 +35,6 @@ RDEPEND=" >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 marble? ( kde-apps/marble:5= ) scripting? ( >=dev-qt/qtdeclarative-${QTMIN}:5 ) - webkit? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 ) " DEPEND="${RDEPEND} ${PYTHON_DEPS} @@ -48,8 +47,8 @@ pkg_setup() { src_configure() { local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebKitWidgets=ON $(cmake_use_find_package marble Marble) - $(cmake_use_find_package webkit Qt5WebKitWidgets) -DKREPORT_SCRIPTING=$(usex scripting) ) ecm_src_configure