Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/spacefm/
Date: Fri, 14 May 2021 17:58:00
Message-Id: 1621015045.f31fb72ad92ed37766665a2644e520d270fa7f8e.soap@gentoo
1 commit: f31fb72ad92ed37766665a2644e520d270fa7f8e
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Fri May 14 17:57:25 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri May 14 17:57:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f31fb72a
7
8 x11-misc/spacefm: point to sys-apps/util-linux as optional dependency
9
10 Package-Manager: Portage-3.0.16, Repoman-3.0.2
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 x11-misc/spacefm/spacefm-1.0.6-r1.ebuild | 5 +++--
15 x11-misc/spacefm/spacefm-9999.ebuild | 5 +++--
16 2 files changed, 6 insertions(+), 4 deletions(-)
17
18 diff --git a/x11-misc/spacefm/spacefm-1.0.6-r1.ebuild b/x11-misc/spacefm/spacefm-1.0.6-r1.ebuild
19 index b206e28490a..bf27995498f 100644
20 --- a/x11-misc/spacefm/spacefm-1.0.6-r1.ebuild
21 +++ b/x11-misc/spacefm/spacefm-1.0.6-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -58,7 +58,8 @@ pkg_postinst() {
29 optfeature "mounting as non-root user" sys-apps/udevil sys-apps/pmount sys-fs/udisks
30 optfeature "supporting ftp/nfs/smb/ssh URLs in the path bar" sys-apps/udevil
31 optfeature "performing as root" x11-misc/ktsuss kde-plasma/kde-cli-tools[kdesu]
32 - optfeature "other optional dependencies" sys-apps/dbus sys-process/lsof virtual/eject
33 + # sys-apps/util-linux is required for eject
34 + optfeature "other optional dependencies" sys-apps/dbus sys-process/lsof sys-apps/util-linux
35
36 if ! has_version 'sys-fs/udisks' ; then
37 elog "When using SpaceFM without udisks, and without the udisks-daemon running,"
38
39 diff --git a/x11-misc/spacefm/spacefm-9999.ebuild b/x11-misc/spacefm/spacefm-9999.ebuild
40 index b206e28490a..bf27995498f 100644
41 --- a/x11-misc/spacefm/spacefm-9999.ebuild
42 +++ b/x11-misc/spacefm/spacefm-9999.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2020 Gentoo Authors
45 +# Copyright 1999-2021 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=7
49 @@ -58,7 +58,8 @@ pkg_postinst() {
50 optfeature "mounting as non-root user" sys-apps/udevil sys-apps/pmount sys-fs/udisks
51 optfeature "supporting ftp/nfs/smb/ssh URLs in the path bar" sys-apps/udevil
52 optfeature "performing as root" x11-misc/ktsuss kde-plasma/kde-cli-tools[kdesu]
53 - optfeature "other optional dependencies" sys-apps/dbus sys-process/lsof virtual/eject
54 + # sys-apps/util-linux is required for eject
55 + optfeature "other optional dependencies" sys-apps/dbus sys-process/lsof sys-apps/util-linux
56
57 if ! has_version 'sys-fs/udisks' ; then
58 elog "When using SpaceFM without udisks, and without the udisks-daemon running,"