diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-05-14 19:57:25 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-14 19:57:25 +0200 |
commit | f31fb72ad92ed37766665a2644e520d270fa7f8e (patch) | |
tree | 31b82635aa736019611819e755ed7a76097a3d1c /x11-misc/spacefm | |
parent | sys-fs/udisks: depend on sys-apps/util-linux unconditionally, r1 (diff) | |
download | gentoo-f31fb72ad92ed37766665a2644e520d270fa7f8e.tar.gz gentoo-f31fb72ad92ed37766665a2644e520d270fa7f8e.tar.bz2 gentoo-f31fb72ad92ed37766665a2644e520d270fa7f8e.zip |
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 <mmk@levelnine.at>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-misc/spacefm')
-rw-r--r-- | x11-misc/spacefm/spacefm-1.0.6-r1.ebuild | 5 | ||||
-rw-r--r-- | 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 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," |