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 2BBC4158015 for ; Thu, 21 Dec 2023 11:47:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BE632BC020; Thu, 21 Dec 2023 11:46:59 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7159A2BC020 for ; Thu, 21 Dec 2023 11:46:59 +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 5D87F342F64 for ; Thu, 21 Dec 2023 11:46:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A39D1441 for ; Thu, 21 Dec 2023 11:46:56 +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: <1703159158.329ed43170cadeb75da5ff3815289db9342c0ee2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/konqueror/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/konqueror/konqueror-9999.ebuild X-VCS-Directories: kde-apps/konqueror/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 329ed43170cadeb75da5ff3815289db9342c0ee2 X-VCS-Branch: master Date: Thu, 21 Dec 2023 11:46:56 +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: c8d03d6b-b870-4af6-ae73-128df8f3466e X-Archives-Hash: 1d8ceab91cdec4ee158314fc7c84a55b commit: 329ed43170cadeb75da5ff3815289db9342c0ee2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 21 11:45:58 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 21 11:45:58 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=329ed431 kde-apps/konqueror: Clear kde-plasma/plasma-activities min version Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/konqueror/konqueror-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/konqueror/konqueror-9999.ebuild b/kde-apps/konqueror/konqueror-9999.ebuild index 383ea64ff6..1ab1efba5f 100644 --- a/kde-apps/konqueror/konqueror-9999.ebuild +++ b/kde-apps/konqueror/konqueror-9999.ebuild @@ -50,7 +50,7 @@ COMMON_DEPEND=" speech? ( >=dev-qt/qtspeech-${QTMIN}:6 ) " DEPEND="${COMMON_DEPEND} - activities? ( >=kde-plasma/plasma-activities-${KFMIN}:6 ) + activities? ( kde-plasma/plasma-activities:6 ) " RDEPEND="${COMMON_DEPEND} kde-apps/kfind:6