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 6CE2815807A for ; Mon, 7 Oct 2024 23:21:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06149E29C3; Mon, 7 Oct 2024 23:21: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4AB5E29C2 for ; Mon, 7 Oct 2024 23:21:31 +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 DFDB034314A for ; Mon, 7 Oct 2024 23:21:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B91F213C for ; Mon, 7 Oct 2024 23:21:29 +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: <1728343041.463928e97123549896ade6f66b8fb2e35d93fb69.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/skrooge/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/skrooge/skrooge-9999.ebuild X-VCS-Directories: app-office/skrooge/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 463928e97123549896ade6f66b8fb2e35d93fb69 X-VCS-Branch: master Date: Mon, 7 Oct 2024 23:21:29 +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: d52c4579-2ac4-4210-a8bc-16d24460daee X-Archives-Hash: 82d2e0e1242ddf9faf19023196f364bd commit: 463928e97123549896ade6f66b8fb2e35d93fb69 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 7 19:58:08 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 7 23:17:21 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=463928e9 app-office/skrooge: Drop IUSE kde Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/skrooge/skrooge-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-office/skrooge/skrooge-9999.ebuild b/app-office/skrooge/skrooge-9999.ebuild index b8f8179fb4..c17c9343cd 100644 --- a/app-office/skrooge/skrooge-9999.ebuild +++ b/app-office/skrooge/skrooge-9999.ebuild @@ -14,12 +14,12 @@ HOMEPAGE="https://skrooge.org/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="" fi LICENSE="GPL-2" SLOT="5" -IUSE="activities kde ofx" +IUSE="activities ofx" # hangs + installs files (also requires KF5DesignerPlugin) RESTRICT="test" @@ -61,7 +61,6 @@ COMMON_DEPEND=" >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5 activities? ( >=kde-plasma/plasma-activities-${KFMIN}:5 ) - kde? ( >=kde-frameworks/krunner-${KFMIN}:5 ) ofx? ( dev-libs/libofx:= ) " DEPEND="${COMMON_DEPEND} @@ -83,7 +82,7 @@ src_configure() { -DSKG_WEBKIT=OFF -DSKG_DESIGNER=OFF $(cmake_use_find_package activities KF5Activities) - $(cmake_use_find_package kde KF5Runner) + -DCMAKE_DISABLE_FIND_PACKAGE_KF5Runner=ON $(cmake_use_find_package ofx LibOfx) -DSKG_BUILD_TEST=$(usex test) )