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 8479715817D for ; Sun, 16 Jun 2024 18:42:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 955262BC014; Sun, 16 Jun 2024 18:42:42 +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 772E32BC014 for ; Sun, 16 Jun 2024 18:42:42 +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 B9B8D33BE9F for ; Sun, 16 Jun 2024 18:42:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A0E71682 for ; Sun, 16 Jun 2024 18:42:40 +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: <1718563262.c0ba2f412e6b89defcc13ed0cd3ad3e070288a12.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevelop/kdevelop-24.05.1.ebuild X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c0ba2f412e6b89defcc13ed0cd3ad3e070288a12 X-VCS-Branch: master Date: Sun, 16 Jun 2024 18:42:40 +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: c87fd370-65e2-48be-a73c-7198dcc40e7a X-Archives-Hash: c8748501385b7f83ab51ded1ba36b1e6 commit: c0ba2f412e6b89defcc13ed0cd3ad3e070288a12 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 16 18:37:18 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 16 18:41:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ba2f41 dev-util/kdevelop: Disable IUSE=plasma by default Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop/kdevelop-24.05.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kdevelop/kdevelop-24.05.1.ebuild b/dev-util/kdevelop/kdevelop-24.05.1.ebuild index 5473884589a5..48e67e4072b9 100644 --- a/dev-util/kdevelop/kdevelop-24.05.1.ebuild +++ b/dev-util/kdevelop/kdevelop-24.05.1.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://www.kdevelop.org/" LICENSE="GPL-2 LGPL-2" SLOT="5/$(ver_cut 1-2)" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="gdbui hex +plasma +qmake subversion" +IUSE="gdbui hex plasma +qmake subversion" # see bug 366471 RESTRICT="test"