From f31fb72ad92ed37766665a2644e520d270fa7f8e Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Fri, 14 May 2021 19:57:25 +0200 Subject: 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 Signed-off-by: David Seifert --- x11-misc/spacefm/spacefm-1.0.6-r1.ebuild | 5 +++-- x11-misc/spacefm/spacefm-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'x11-misc/spacefm') diff --git a/x11-misc/spacefm/spacefm-1.0.6-r1.ebuild b/x11-misc/spacefm/spacefm-1.0.6-r1.ebuild index b206e28490ad..bf27995498f1 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 b206e28490ad..bf27995498f1 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," -- cgit v1.2.3-65-gdbad