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 8DE0E15800F for ; Mon, 2 Jan 2023 22:02:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B93D4E07C9; Mon, 2 Jan 2023 22:02:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 pigeon.gentoo.org (Postfix) with ESMTPS id A2096E07C9 for ; Mon, 2 Jan 2023 22:02:32 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DA3E0340C6C for ; Mon, 2 Jan 2023 22:02:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79AF17FA for ; Mon, 2 Jan 2023 22:02:30 +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: <1672696909.c23c921ec9872366dd407287d3db79d9ebcdc81e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/umbrello/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/umbrello/umbrello-9999.ebuild X-VCS-Directories: kde-apps/umbrello/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c23c921ec9872366dd407287d3db79d9ebcdc81e X-VCS-Branch: master Date: Mon, 2 Jan 2023 22:02:30 +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: ed6a818a-6885-4663-8ddb-aaa1861ad15d X-Archives-Hash: b5750a4f2d8b89b594a5a5a848378cb2 commit: c23c921ec9872366dd407287d3db79d9ebcdc81e Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Dec 28 18:06:37 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 2 22:01:49 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c23c921e kde-apps/umbrello: Update deps and cmake arg, kdelibs4support-- Upstream commits: 3fa47506f43abbbac6655c7cf137af4f88229b1d 7ed0c176cc2d8877e506bd2fe5128f504552817d Bug: https://bugs.gentoo.org/876616 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/umbrello/umbrello-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/kde-apps/umbrello/umbrello-9999.ebuild b/kde-apps/umbrello/umbrello-9999.ebuild index e57251708e..f63f96eecc 100644 --- a/kde-apps/umbrello/umbrello-9999.ebuild +++ b/kde-apps/umbrello/umbrello-9999.ebuild @@ -33,7 +33,6 @@ RDEPEND=" >=kde-frameworks/kconfigwidgets-${KFMIN}:5 >=kde-frameworks/kcoreaddons-${KFMIN}:5 >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/kdelibs4support-${KFMIN}:5 >=kde-frameworks/ki18n-${KFMIN}:5 >=kde-frameworks/kiconthemes-${KFMIN}:5 >=kde-frameworks/kio-${KFMIN}:5 @@ -58,7 +57,6 @@ PATCHES=( src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON # broken, re-enable w/ ECM_QTHELP - -DCMAKE_DISABLE_FIND_PACKAGE_Qt5WebKitWidgets=ON -DBUILD_APIDOC=OFF -DBUILD_KF5=ON -DBUILD_PHP_IMPORT=$(usex php)