Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/git-mount/
Date: Sat, 12 Jun 2021 16:48:20
Message-Id: 1623516440.e43e692d57e1ae0b60c4f45822eccc5b895add0a.Alessandro-Barbieri@gentoo
1 commit: e43e692d57e1ae0b60c4f45822eccc5b895add0a
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 12 16:47:20 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat Jun 12 16:47:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e43e692d
7
8 sys-fs/git-mount: depend on fuse:0
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 sys-fs/git-mount/git-mount-1.0.0_p20160321.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-fs/git-mount/git-mount-1.0.0_p20160321.ebuild b/sys-fs/git-mount/git-mount-1.0.0_p20160321.ebuild
17 index 818e538c0..cd41c4f3f 100644
18 --- a/sys-fs/git-mount/git-mount-1.0.0_p20160321.ebuild
19 +++ b/sys-fs/git-mount/git-mount-1.0.0_p20160321.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="7"
26 @@ -25,7 +25,7 @@ KEYWORDS="~amd64"
27 LICENSE="MIT BSD BSD-2"
28 SLOT="0"
29
30 -RDEPEND="sys-fs/fuse"
31 +RDEPEND="sys-fs/fuse:0"
32 DEPEND="${RDEPEND}"
33
34 src_install() {