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 6AED9158083 for ; Wed, 4 Sep 2024 11:43:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 487DFE2A64; Wed, 4 Sep 2024 11:43:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2382FE2A64 for ; Wed, 4 Sep 2024 11:43:33 +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 22845342FB4 for ; Wed, 4 Sep 2024 11:43:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 816491EF7 for ; Wed, 4 Sep 2024 11:43:30 +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: <1725450181.2417c3cc530c2f8c7024114b813071551336620c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kde-cli-tools/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kde-cli-tools/kde-cli-tools-6.1.49.9999.ebuild kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild kde-plasma/kde-cli-tools/metadata.xml X-VCS-Directories: kde-plasma/kde-cli-tools/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2417c3cc530c2f8c7024114b813071551336620c X-VCS-Branch: master Date: Wed, 4 Sep 2024 11:43:30 +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: 3df9a046-97a5-442f-81b5-ed50ccee0d37 X-Archives-Hash: ad629f629bf87ad38e5d1776c762f215 commit: 2417c3cc530c2f8c7024114b813071551336620c Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 3 17:42:58 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 4 11:43:01 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2417c3cc kde-plasma/kde-cli-tools: Keep IUSE kdesu for transition of revdeps Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kde-cli-tools/kde-cli-tools-6.1.49.9999.ebuild | 3 ++- kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild | 3 ++- kde-plasma/kde-cli-tools/metadata.xml | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-6.1.49.9999.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-6.1.49.9999.ebuild index 8ec00a5187..b5e660dcc3 100644 --- a/kde-plasma/kde-cli-tools/kde-cli-tools-6.1.49.9999.ebuild +++ b/kde-plasma/kde-cli-tools/kde-cli-tools-6.1.49.9999.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://invent.kde.org/plasma/kde-cli-tools" LICENSE="GPL-2" # TODO: CHECK SLOT="6" KEYWORDS="" -IUSE="X" +IUSE="kdesu X" # requires running kde environment RESTRICT="test" @@ -39,6 +39,7 @@ DEPEND=" " RDEPEND="${DEPEND} >=${CATEGORY}/${PN}-common-${PV} + kdesu? ( >=${CATEGORY}/kdesu-gui-${PV} ) " BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6" diff --git a/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild b/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild index 6b6c64a41a..6037f4a7f7 100644 --- a/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild +++ b/kde-plasma/kde-cli-tools/kde-cli-tools-9999.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://invent.kde.org/plasma/kde-cli-tools" LICENSE="GPL-2" # TODO: CHECK SLOT="6" KEYWORDS="" -IUSE="X" +IUSE="kdesu X" # requires running kde environment RESTRICT="test" @@ -39,6 +39,7 @@ DEPEND=" " RDEPEND="${DEPEND} >=${CATEGORY}/${PN}-common-${PV} + kdesu? ( >=${CATEGORY}/kdesu-gui-${PV} ) " BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6" diff --git a/kde-plasma/kde-cli-tools/metadata.xml b/kde-plasma/kde-cli-tools/metadata.xml index 7e9d56c900..b6e117e7f9 100644 --- a/kde-plasma/kde-cli-tools/metadata.xml +++ b/kde-plasma/kde-cli-tools/metadata.xml @@ -9,4 +9,7 @@ https://bugs.kde.org/ plasma/kde-cli-tools + + Pull in graphical kdesu frontend kde-plasma/kdesu-gui +