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 2710A158013 for ; Thu, 14 Dec 2023 21:24:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 548932BC01B; Thu, 14 Dec 2023 21:24:27 +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 2E50C2BC01B for ; Thu, 14 Dec 2023 21:24:27 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 350F433CEF2 for ; Thu, 14 Dec 2023 21:24:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC43D1441 for ; Thu, 14 Dec 2023 21:24:24 +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: <1702424079.5c85714027f9cc915dace7f4a2fb1507ed8592cd.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-23.08.49.9999.ebuild 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: 5c85714027f9cc915dace7f4a2fb1507ed8592cd X-VCS-Branch: master Date: Thu, 14 Dec 2023 21:24:24 +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: be360e43-103e-4caa-8636-6320c5cfec54 X-Archives-Hash: adb362573a87ac02ba666ab8ac8e2c4d commit: 5c85714027f9cc915dace7f4a2fb1507ed8592cd Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 12 23:34:39 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 12 23:34:39 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5c857140 dev-util/kdevelop: Accept kde-apps/kio-extras-kf5 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop/kdevelop-23.08.49.9999.ebuild | 5 ++++- dev-util/kdevelop/kdevelop-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-23.08.49.9999.ebuild b/dev-util/kdevelop/kdevelop-23.08.49.9999.ebuild index 1e78f34910..e4085fd78a 100644 --- a/dev-util/kdevelop/kdevelop-23.08.49.9999.ebuild +++ b/dev-util/kdevelop/kdevelop-23.08.49.9999.ebuild @@ -90,7 +90,10 @@ RDEPEND="${COMMON_DEPEND} >=dev-qt/qtquickcontrols2-${QTMIN}:5 dev-util/ninja kde-apps/kapptemplate:5 - kde-apps/kio-extras:5 + || ( + kde-apps/kio-extras-kf5:5 + kde-apps/kio-extras:5 + ) >=sys-devel/gdb-7.0[python] reviewboard? ( kde-apps/ktp-accounts-kcm:5 ) " diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild index 1e78f34910..e4085fd78a 100644 --- a/dev-util/kdevelop/kdevelop-9999.ebuild +++ b/dev-util/kdevelop/kdevelop-9999.ebuild @@ -90,7 +90,10 @@ RDEPEND="${COMMON_DEPEND} >=dev-qt/qtquickcontrols2-${QTMIN}:5 dev-util/ninja kde-apps/kapptemplate:5 - kde-apps/kio-extras:5 + || ( + kde-apps/kio-extras-kf5:5 + kde-apps/kio-extras:5 + ) >=sys-devel/gdb-7.0[python] reviewboard? ( kde-apps/ktp-accounts-kcm:5 ) "