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 D4348158086 for ; Sat, 27 Nov 2021 12:45:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F232A2BC003; Sat, 27 Nov 2021 12:45:15 +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 3689A2BC003 for ; Sat, 27 Nov 2021 12:45:15 +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 EBF29342ABC for ; Sat, 27 Nov 2021 12:45:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0CE81D4 for ; Sat, 27 Nov 2021 12:45:11 +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: <1638016881.9c0f8b17f8c0cfa9b77764dc2d7af87799a08158.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kalarm/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kalarm/kalarm-21.08.3-r1.ebuild X-VCS-Directories: kde-apps/kalarm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9c0f8b17f8c0cfa9b77764dc2d7af87799a08158 X-VCS-Branch: master Date: Sat, 27 Nov 2021 12:45:11 +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: dee827eb-3998-467d-b222-094a894ef2d4 X-Archives-Hash: a1eb995d5520118d13f064b0a7e5afde commit: 9c0f8b17f8c0cfa9b77764dc2d7af87799a08158 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 27 12:40:43 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 27 12:41:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0f8b17 kde-apps/kalarm: Drop IUSE X for now Build without X is broken right now. KDE-bug: https://bugs.kde.org/show_bug.cgi?id=446163 Bug: https://bugs.gentoo.org/822177 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kalarm/kalarm-21.08.3-r1.ebuild | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/kde-apps/kalarm/kalarm-21.08.3-r1.ebuild b/kde-apps/kalarm/kalarm-21.08.3-r1.ebuild index 2885dc653a8e..d4fe2db3d070 100644 --- a/kde-apps/kalarm/kalarm-21.08.3-r1.ebuild +++ b/kde-apps/kalarm/kalarm-21.08.3-r1.ebuild @@ -15,13 +15,14 @@ HOMEPAGE="https://apps.kde.org/kalarm/ https://userbase.kde.org/KAlarm" LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" SLOT="5" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" -IUSE="X" +IUSE="" DEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 + >=dev-qt/qtx11extras-${QTMIN}:5 >=kde-apps/akonadi-${PVCUT}:5 >=kde-apps/akonadi-contacts-${PVCUT}:5 >=kde-apps/akonadi-mime-${PVCUT}:5 @@ -61,10 +62,7 @@ DEPEND=" >=kde-frameworks/kwindowsystem-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5 >=media-libs/phonon-4.11.0 - X? ( - >=dev-qt/qtx11extras-${QTMIN}:5 - x11-libs/libX11 - ) + x11-libs/libX11 " RDEPEND="${DEPEND} >=kde-apps/kdepim-runtime-${PVCUT}:5 @@ -75,12 +73,3 @@ src_prepare() { ecm_src_prepare ecm_punt_bogus_dep KF5 GrantleeTheme } - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package X Qt5X11Extras) - $(cmake_use_find_package X X11) - ) - - ecm_src_configure -}