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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8F105158086 for ; Tue, 16 Nov 2021 07:35:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC677E0814; Tue, 16 Nov 2021 07:35:26 +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 86F86E07D7 for ; Tue, 16 Nov 2021 07:35:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 25C01342C19 for ; Tue, 16 Nov 2021 07:35:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 738FF1C0 for ; Tue, 16 Nov 2021 07:35:23 +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: <1637044591.02f88bdd35c18855e16722254429b64c87d10433.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/korganizer/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/korganizer/korganizer-9999.ebuild X-VCS-Directories: kde-apps/korganizer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 02f88bdd35c18855e16722254429b64c87d10433 X-VCS-Branch: master Date: Tue, 16 Nov 2021 07:35:23 +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: eb183fa9-01de-4528-a9e3-5267d9f423b5 X-Archives-Hash: 21a26b349dc9d4e7e8ba181f662f42ed commit: 02f88bdd35c18855e16722254429b64c87d10433 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 16 06:36:31 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Nov 16 06:36:31 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=02f88bdd kde-apps/korganizer: Drop unused DEPENDs Upstream commits: cb76ece2ab7f02a94b6dd0fac203a64da9cd2862 1b81f7493d446449ee3d44332f8fbedf52b149f3 e0479d24016818d806f0666460b0b0626d022bc1 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/korganizer/korganizer-9999.ebuild | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/kde-apps/korganizer/korganizer-9999.ebuild b/kde-apps/korganizer/korganizer-9999.ebuild index fced4f379e..2d1288a1c6 100644 --- a/kde-apps/korganizer/korganizer-9999.ebuild +++ b/kde-apps/korganizer/korganizer-9999.ebuild @@ -19,9 +19,9 @@ SLOT="5" KEYWORDS="" IUSE="telemetry X" -BDEPEND=" - test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] ) -" +# testkodaymatrix is broken, akonadi* tests need DBus, bug #665686 +RESTRICT="test" + COMMON_DEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 @@ -29,12 +29,9 @@ COMMON_DEPEND=" >=kde-apps/akonadi-${PVCUT}:5 >=kde-apps/akonadi-calendar-${PVCUT}:5 >=kde-apps/akonadi-contacts-${PVCUT}:5 - >=kde-apps/akonadi-mime-${PVCUT}:5 >=kde-apps/akonadi-notes-${PVCUT}:5 - >=kde-apps/akonadi-search-${PVCUT}:5 >=kde-apps/calendarsupport-${PVCUT}:5 >=kde-apps/eventviews-${PVCUT}:5 - >=kde-apps/grantleetheme-${PVCUT}:5 >=kde-apps/incidenceeditor-${PVCUT}:5 >=kde-apps/kcalutils-${PVCUT}:5 >=kde-apps/kidentitymanagement-${PVCUT}:5 @@ -46,7 +43,6 @@ COMMON_DEPEND=" >=kde-apps/pimcommon-${PVCUT}:5 >=kde-frameworks/kcalendarcore-${KFMIN}:5 >=kde-frameworks/kcmutils-${KFMIN}:5 - >=kde-frameworks/kcodecs-${KFMIN}:5 >=kde-frameworks/kconfig-${KFMIN}:5 >=kde-frameworks/kconfigwidgets-${KFMIN}:5 >=kde-frameworks/kcontacts-${KFMIN}:5 @@ -82,9 +78,9 @@ DEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND} >=kde-apps/kdepim-runtime-${PVCUT}:5 " - -# testkodaymatrix is broken, akonadi* tests need DBus, bug #665686 -RESTRICT="test" +BDEPEND=" + test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] ) +" src_configure() { local mycmakeargs=(