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 E6DBD158083 for ; Wed, 4 Sep 2024 11:45:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29FB42BC02A; Wed, 4 Sep 2024 11:45:53 +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 EC4FE2BC025 for ; Wed, 4 Sep 2024 11:45:52 +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 15682342FFB for ; Wed, 4 Sep 2024 11:45:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 723D61F27 for ; Wed, 4 Sep 2024 11:45:49 +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: <1725450336.16af9cdd45996c71a25b2c21f0de0140677daf64.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/spacefm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/spacefm/spacefm-1.0.6-r2.ebuild x11-misc/spacefm/spacefm-1.0.6-r3.ebuild X-VCS-Directories: x11-misc/spacefm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 16af9cdd45996c71a25b2c21f0de0140677daf64 X-VCS-Branch: master Date: Wed, 4 Sep 2024 11:45:49 +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: c2eb59ef-1d92-4e62-be78-da3f256a0efd X-Archives-Hash: fd994bcfe79c3488fb8e812fd4f56011 commit: 16af9cdd45996c71a25b2c21f0de0140677daf64 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 3 17:41:13 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 4 11:45:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16af9cdd x11-misc/spacefm: Point optfeature to kde-plasma/kdesu-gui Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/spacefm/spacefm-1.0.6-r2.ebuild | 4 ++-- x11-misc/spacefm/spacefm-1.0.6-r3.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/spacefm/spacefm-1.0.6-r2.ebuild b/x11-misc/spacefm/spacefm-1.0.6-r2.ebuild index c250bfeca80f..af7ed926aa22 100644 --- a/x11-misc/spacefm/spacefm-1.0.6-r2.ebuild +++ b/x11-misc/spacefm/spacefm-1.0.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -64,7 +64,7 @@ pkg_postinst() { optfeature "mounting as non-root user" sys-apps/udevil sys-apps/pmount sys-fs/udisks optfeature "supporting ftp/nfs/smb/ssh URLs in the path bar" sys-apps/udevil - optfeature "performing as root" x11-misc/ktsuss kde-plasma/kde-cli-tools[kdesu] + optfeature "performing as root" x11-misc/ktsuss kde-plasma/kdesu-gui # sys-apps/util-linux is required for eject optfeature "other optional dependencies" sys-apps/dbus sys-process/lsof sys-apps/util-linux diff --git a/x11-misc/spacefm/spacefm-1.0.6-r3.ebuild b/x11-misc/spacefm/spacefm-1.0.6-r3.ebuild index 6b688c387c0a..38b080eb29e4 100644 --- a/x11-misc/spacefm/spacefm-1.0.6-r3.ebuild +++ b/x11-misc/spacefm/spacefm-1.0.6-r3.ebuild @@ -66,7 +66,7 @@ pkg_postinst() { optfeature "mounting as non-root user" sys-apps/udevil sys-apps/pmount sys-fs/udisks optfeature "supporting ftp/nfs/smb/ssh URLs in the path bar" sys-apps/udevil - optfeature "performing as root" x11-misc/ktsuss kde-plasma/kde-cli-tools[kdesu] + optfeature "performing as root" x11-misc/ktsuss kde-plasma/kdesu-gui # sys-apps/util-linux is required for eject optfeature "other optional dependencies" sys-apps/dbus sys-process/lsof sys-apps/util-linux