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 A444015800D for ; Thu, 6 Jul 2023 12:13:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8272E083E; Thu, 6 Jul 2023 12:13:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9CB55E083E for ; Thu, 6 Jul 2023 12:13:11 +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 CD3B034109A for ; Thu, 6 Jul 2023 12:13:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 366E9ACC for ; Thu, 6 Jul 2023 12:13:09 +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: <1688645570.d0d646e4a075363fdc1ac151ea230be5036bca7d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/korganizer/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/korganizer/korganizer-23.04.2.ebuild X-VCS-Directories: kde-apps/korganizer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d0d646e4a075363fdc1ac151ea230be5036bca7d X-VCS-Branch: master Date: Thu, 6 Jul 2023 12:13:09 +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: c5008ae6-3565-407e-81a9-eadb38be67ed X-Archives-Hash: 9f751867ee8b5ca157601be9454cc4b2 commit: d0d646e4a075363fdc1ac151ea230be5036bca7d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jul 6 11:00:56 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 6 12:12:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d646e4 kde-apps/korganizer: Drop IUSE X, option unsupported upstream Upstream MR is still pending without review after all this time: https://invent.kde.org/pim/korganizer/-/merge_requests/85 Bug: https://bugs.gentoo.org/813450 Bug: https://bugs.gentoo.org/909314 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/korganizer/korganizer-23.04.2.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/kde-apps/korganizer/korganizer-23.04.2.ebuild b/kde-apps/korganizer/korganizer-23.04.2.ebuild index 1c1bf3d12bfe..9ed5fae87c62 100644 --- a/kde-apps/korganizer/korganizer-23.04.2.ebuild +++ b/kde-apps/korganizer/korganizer-23.04.2.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://apps.kde.org/korganizer/" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" SLOT="5" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" -IUSE="telemetry X" +IUSE="telemetry" # testkodaymatrix is broken, akonadi* tests need DBus, bug #665686 RESTRICT="test" @@ -25,6 +25,7 @@ COMMON_DEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 + >=dev-qt/qtx11extras-${QTMIN}:5 >=kde-apps/akonadi-${PVCUT}:5 >=kde-apps/akonadi-calendar-${PVCUT}:5 >=kde-apps/akonadi-contacts-${PVCUT}:5 @@ -61,11 +62,8 @@ COMMON_DEPEND=" >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/kwindowsystem-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5 + x11-libs/libX11 telemetry? ( >=dev-libs/kuserfeedback-1.2.0:5 ) - X? ( - >=dev-qt/qtx11extras-${QTMIN}:5 - x11-libs/libX11 - ) " DEPEND="${COMMON_DEPEND} >=dev-qt/designer-${QTMIN}:5 @@ -80,7 +78,6 @@ BDEPEND="test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )" src_configure() { local mycmakeargs=( $(cmake_use_find_package telemetry KUserFeedback) - $(cmake_use_find_package X X11) ) ecm_src_configure