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 2341F159C96 for ; Wed, 24 Jul 2024 17:00:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68C2EE2A93; Wed, 24 Jul 2024 17:00:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 47379E2A93 for ; Wed, 24 Jul 2024 17:00:10 +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 488A1335D6E for ; Wed, 24 Jul 2024 17:00:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A66CE1E30 for ; Wed, 24 Jul 2024 17:00:07 +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: <1721840386.6263934e66efb6a96ed11166f0679b535a437b2d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop/kdevelop-9999.ebuild X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6263934e66efb6a96ed11166f0679b535a437b2d X-VCS-Branch: master Date: Wed, 24 Jul 2024 17:00:07 +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: a1daa99a-8153-4090-ad6e-6959d90f504f X-Archives-Hash: 008a395d55130ebec70ebfecd104ffa7 commit: 6263934e66efb6a96ed11166f0679b535a437b2d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 24 16:59:46 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 24 16:59:46 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6263934e dev-util/kdevelop: Drop bogus kde-plasma/libplasma:6 KFMIN req Closes: https://bugs.gentoo.org/936590 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop/kdevelop-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild index 5eff0b69e5..6f473298a8 100644 --- a/dev-util/kdevelop/kdevelop-9999.ebuild +++ b/dev-util/kdevelop/kdevelop-9999.ebuild @@ -66,7 +66,7 @@ COMMON_DEPEND=" gdbui? ( kde-plasma/libksysguard:6= ) plasma? ( >=kde-frameworks/krunner-${KFMIN}:6 - >=kde-plasma/libplasma-${KFMIN}:6 + kde-plasma/libplasma:6 ) qmake? ( dev-util/kdevelop-pg-qt:* ) share? ( >=kde-frameworks/purpose-${KFMIN}:6 )