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 F2DF115ACFC for ; Sat, 29 Apr 2023 21:51:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CD8BE07EA; Sat, 29 Apr 2023 21:51:53 +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 817C3E07EA for ; Sat, 29 Apr 2023 21:51:53 +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 565D3340B4D for ; Sat, 29 Apr 2023 21:51:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B13F8A49 for ; Sat, 29 Apr 2023 21:51:50 +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: <1682805052.56435619feb007ade1c0b807b6dafdff01a4367d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/umbrello/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/umbrello/umbrello-23.04.0.ebuild X-VCS-Directories: kde-apps/umbrello/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 56435619feb007ade1c0b807b6dafdff01a4367d X-VCS-Branch: master Date: Sat, 29 Apr 2023 21:51:50 +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: a991bb16-d526-4b50-a563-ba717ff661b4 X-Archives-Hash: f60d62fad707cbc90a0e8983b8c171c8 commit: 56435619feb007ade1c0b807b6dafdff01a4367d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 29 19:23:27 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 29 21:50:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56435619 kde-apps/umbrello: Drop obsolete cmake arg BUILD_KF5 Looks like I forgot about my own upstream commit 0a57792e1e592db5b500275005cded238e6ddfcf Closes: https://bugs.gentoo.org/905316 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/umbrello/umbrello-23.04.0.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/kde-apps/umbrello/umbrello-23.04.0.ebuild b/kde-apps/umbrello/umbrello-23.04.0.ebuild index 701b4d9e7f86..71c1be3e0433 100644 --- a/kde-apps/umbrello/umbrello-23.04.0.ebuild +++ b/kde-apps/umbrello/umbrello-23.04.0.ebuild @@ -58,7 +58,6 @@ src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON # broken, re-enable w/ ECM_QTHELP -DBUILD_APIDOC=OFF - -DBUILD_KF5=ON -DBUILD_PHP_IMPORT=$(usex php) -DBUILD_unittests=$(usex test) )