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 7C0EA158041 for ; Tue, 27 Feb 2024 11:11:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A47DFE2B13; Tue, 27 Feb 2024 11:11:12 +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 37894E2B13 for ; Tue, 27 Feb 2024 11:11:12 +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 EF726335D64 for ; Tue, 27 Feb 2024 11:11:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34F7A1301 for ; Tue, 27 Feb 2024 11:11: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: <1709032237.3ef18647775dd4b967b33ac6f437c84b381ea9c5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/ktimetracker/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/ktimetracker/ktimetracker-9999.ebuild X-VCS-Directories: app-office/ktimetracker/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3ef18647775dd4b967b33ac6f437c84b381ea9c5 X-VCS-Branch: master Date: Tue, 27 Feb 2024 11:11: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: 0e05e6ff-21f9-409d-b679-2f5f936c380d X-Archives-Hash: 3908b378a5ab9cbaf3c270b74d44d5ee commit: 3ef18647775dd4b967b33ac6f437c84b381ea9c5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 27 11:10:37 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 27 11:10:37 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3ef18647 app-office/ktimetracker: Blocker should not be in DEPEND Amends feff6cfd481bdbd1cbe00f698e619c1a5b956720 Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/ktimetracker/ktimetracker-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-office/ktimetracker/ktimetracker-9999.ebuild b/app-office/ktimetracker/ktimetracker-9999.ebuild index a0fcd679d6..b0e8d7be69 100644 --- a/app-office/ktimetracker/ktimetracker-9999.ebuild +++ b/app-office/ktimetracker/ktimetracker-9999.ebuild @@ -23,7 +23,6 @@ SLOT="6" IUSE="" DEPEND=" - !app-office/ktimetracker:5 >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml] >=dev-qt/qt5compat-${QTMIN}:6 >=kde-frameworks/kcalendarcore-${KFMIN}:6 @@ -43,4 +42,6 @@ DEPEND=" >=kde-frameworks/kwindowsystem-${KFMIN}:6 >=kde-frameworks/kxmlgui-${KFMIN}:6 " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !${CATEGORY}/${PN}:5 +"