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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D46413835B for ; Fri, 14 May 2021 17:58:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC4C0E08A0; Fri, 14 May 2021 17:57:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D45E3E08A0 for ; Fri, 14 May 2021 17:57:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CD7A340E06 for ; Fri, 14 May 2021 17:57:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 867D678C for ; Fri, 14 May 2021 17:57:56 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1621015045.f31fb72ad92ed37766665a2644e520d270fa7f8e.soap@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-r1.ebuild x11-misc/spacefm/spacefm-9999.ebuild X-VCS-Directories: x11-misc/spacefm/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f31fb72ad92ed37766665a2644e520d270fa7f8e X-VCS-Branch: master Date: Fri, 14 May 2021 17:57:56 +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: ca39ff98-19d4-4907-a76a-792b0269e230 X-Archives-Hash: 07209c7c67e760bc9dfd35e3657935b2 commit: f31fb72ad92ed37766665a2644e520d270fa7f8e Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri May 14 17:57:25 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri May 14 17:57:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f31fb72a x11-misc/spacefm: point to sys-apps/util-linux as optional dependency Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: David Seifert gentoo.org> x11-misc/spacefm/spacefm-1.0.6-r1.ebuild | 5 +++-- x11-misc/spacefm/spacefm-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/x11-misc/spacefm/spacefm-1.0.6-r1.ebuild b/x11-misc/spacefm/spacefm-1.0.6-r1.ebuild index b206e28490a..bf27995498f 100644 --- a/x11-misc/spacefm/spacefm-1.0.6-r1.ebuild +++ b/x11-misc/spacefm/spacefm-1.0.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -58,7 +58,8 @@ 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 "other optional dependencies" sys-apps/dbus sys-process/lsof virtual/eject + # sys-apps/util-linux is required for eject + optfeature "other optional dependencies" sys-apps/dbus sys-process/lsof sys-apps/util-linux if ! has_version 'sys-fs/udisks' ; then elog "When using SpaceFM without udisks, and without the udisks-daemon running," diff --git a/x11-misc/spacefm/spacefm-9999.ebuild b/x11-misc/spacefm/spacefm-9999.ebuild index b206e28490a..bf27995498f 100644 --- a/x11-misc/spacefm/spacefm-9999.ebuild +++ b/x11-misc/spacefm/spacefm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -58,7 +58,8 @@ 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 "other optional dependencies" sys-apps/dbus sys-process/lsof virtual/eject + # sys-apps/util-linux is required for eject + optfeature "other optional dependencies" sys-apps/dbus sys-process/lsof sys-apps/util-linux if ! has_version 'sys-fs/udisks' ; then elog "When using SpaceFM without udisks, and without the udisks-daemon running,"