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 0B01215817D for ; Sun, 16 Jun 2024 18:28:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42CD5E2AB3; Sun, 16 Jun 2024 18:28:36 +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 20F66E2AB3 for ; Sun, 16 Jun 2024 18:28:36 +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 2BCA933BF29 for ; Sun, 16 Jun 2024 18:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE7901ADC for ; Sun, 16 Jun 2024 18:28:33 +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: <1718562424.d5c566a91afea295a89cce97e456cf9433b3af18.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: d5c566a91afea295a89cce97e456cf9433b3af18 X-VCS-Branch: master Date: Sun, 16 Jun 2024 18:28:33 +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: ad849674-cae7-471b-bb53-7992db98d630 X-Archives-Hash: 311cabeff2fb6596fc0193812b0a5774 commit: d5c566a91afea295a89cce97e456cf9433b3af18 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 16 18:27:04 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 16 18:27:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c566a9 dev-util/kdevelop: Disable IUSE=gdbui 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 4f6a9154cdfb..5473884589a5 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"