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 2DB9015817D for ; Mon, 17 Jun 2024 20:14:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 380D1E2A12; Mon, 17 Jun 2024 20:14:17 +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 180A6E2A12 for ; Mon, 17 Jun 2024 20:14:17 +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 271F6335CB9 for ; Mon, 17 Jun 2024 20:14:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 853F51645 for ; Mon, 17 Jun 2024 20:14:14 +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: <1718655221.c637e7653b0c27a79bac5a9abaa63be04f84a423.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-24.05.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: c637e7653b0c27a79bac5a9abaa63be04f84a423 X-VCS-Branch: master Date: Mon, 17 Jun 2024 20:14:14 +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: 6475ac1c-616b-45dc-b441-c261ba90e8bb X-Archives-Hash: cef19b0a71fc057b58d42a03f945614a commit: c637e7653b0c27a79bac5a9abaa63be04f84a423 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 16 18:37:18 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 17 20:13:41 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c637e765 dev-util/kdevelop: Disable IUSE=plasma by default Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop/kdevelop-24.05.49.9999.ebuild | 2 +- dev-util/kdevelop/kdevelop-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-24.05.49.9999.ebuild b/dev-util/kdevelop/kdevelop-24.05.49.9999.ebuild index eba5d7015b..d50988cbed 100644 --- a/dev-util/kdevelop/kdevelop-24.05.49.9999.ebuild +++ b/dev-util/kdevelop/kdevelop-24.05.49.9999.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://www.kdevelop.org/" LICENSE="GPL-2 LGPL-2" SLOT="5/$(ver_cut 1-2)" KEYWORDS="" -IUSE="gdbui hex +plasma +qmake subversion" +IUSE="gdbui hex plasma +qmake subversion" # see bug 366471 RESTRICT="test" diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild index eba5d7015b..d50988cbed 100644 --- a/dev-util/kdevelop/kdevelop-9999.ebuild +++ b/dev-util/kdevelop/kdevelop-9999.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://www.kdevelop.org/" LICENSE="GPL-2 LGPL-2" SLOT="5/$(ver_cut 1-2)" KEYWORDS="" -IUSE="gdbui hex +plasma +qmake subversion" +IUSE="gdbui hex plasma +qmake subversion" # see bug 366471 RESTRICT="test"