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 597B015864F for ; Sat, 25 Mar 2023 00:15:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17B65E0917; Sat, 25 Mar 2023 00:15:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDE19E0917 for ; Sat, 25 Mar 2023 00:15: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26BC633C6B6 for ; Sat, 25 Mar 2023 00:15:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4D2F937 for ; Sat, 25 Mar 2023 00:15:08 +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: <1679698244.b5d5d3862a4eea4714df776d516a858a430bf1c4.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: b5d5d3862a4eea4714df776d516a858a430bf1c4 X-VCS-Branch: master Date: Sat, 25 Mar 2023 00:15:08 +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: c6f91b48-e452-4e56-aca7-03dd4cf703c0 X-Archives-Hash: 15d38d272bad41cc581b6a06ec2cc934 commit: b5d5d3862a4eea4714df776d516a858a430bf1c4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 24 22:50:44 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 24 22:50:44 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b5d5d386 dev-util/kdevelop: Adapt subslot logic to upstream changes Upstream commit 4cf10c054e5d6ae851ab8abde507ea91a356833a Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop/kdevelop-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild index b538180f6d..ded23f0a89 100644 --- a/dev-util/kdevelop/kdevelop-9999.ebuild +++ b/dev-util/kdevelop/kdevelop-9999.ebuild @@ -16,9 +16,9 @@ DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and mu HOMEPAGE="https://www.kdevelop.org/" LICENSE="GPL-2 LGPL-2" -SLOT="5/57" # look at KDEVELOP_SOVERSION inside CMakeLists.txt -IUSE="+gdbui hex +plasma +qmake reviewboard subversion" +SLOT="5/$(ver_cut 1-2)" KEYWORDS="" +IUSE="+gdbui hex +plasma +qmake reviewboard subversion" # see bug 366471 RESTRICT="test"