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 52775158086 for ; Mon, 3 Jan 2022 15:30:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96A892BC009; Mon, 3 Jan 2022 15:30:19 +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 8FE402BC007 for ; Mon, 3 Jan 2022 15:30:13 +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 9830C342D49 for ; Mon, 3 Jan 2022 15:30:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29DB2233 for ; Mon, 3 Jan 2022 15:30: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: <1641223795.dd27ddbd770e0f1741459f135c09eeffead38021.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kcalendarcore/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kcalendarcore/kcalendarcore-5.90.0.ebuild kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild X-VCS-Directories: kde-frameworks/kcalendarcore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dd27ddbd770e0f1741459f135c09eeffead38021 X-VCS-Branch: master Date: Mon, 3 Jan 2022 15:30: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: fc437a0f-5a72-402c-9500-ce3a09405b7c X-Archives-Hash: 4f5c8eed45f5a5c05e3520ad66d15d6b commit: dd27ddbd770e0f1741459f135c09eeffead38021 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 3 15:29:55 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 3 15:29:55 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dd27ddbd kde-frameworks/kcalendarcore: Drop obsolete blocker Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kcalendarcore/kcalendarcore-5.90.0.ebuild | 10 +++------- kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild | 10 +++------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-5.90.0.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-5.90.0.ebuild index c8d79be4c9..43564b587e 100644 --- a/kde-frameworks/kcalendarcore/kcalendarcore-5.90.0.ebuild +++ b/kde-frameworks/kcalendarcore/kcalendarcore-5.90.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,13 +15,9 @@ IUSE="" RESTRICT="test" # multiple tests fail or hang indefinitely -BDEPEND=" - sys-devel/bison -" DEPEND=" >=dev-libs/libical-3.0.5:= >=dev-qt/qtgui-${QTMIN}:5 " -RDEPEND="${DEPEND} - !kde-apps/kcalcore:5 -" +RDEPEND="${DEPEND}" +BDEPEND="sys-devel/bison" diff --git a/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild b/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild index bc848d0179..6abd3c2769 100644 --- a/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild +++ b/kde-frameworks/kcalendarcore/kcalendarcore-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,13 +15,9 @@ IUSE="" RESTRICT="test" # multiple tests fail or hang indefinitely -BDEPEND=" - sys-devel/bison -" DEPEND=" >=dev-libs/libical-3.0.5:= >=dev-qt/qtgui-${QTMIN}:5 " -RDEPEND="${DEPEND} - !kde-apps/kcalcore:5 -" +RDEPEND="${DEPEND}" +BDEPEND="sys-devel/bison"