commit: e43e692d57e1ae0b60c4f45822eccc5b895add0a
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Jun 12 16:47:20 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Jun 12 16:47:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e43e692d
sys-fs/git-mount: depend on fuse:0
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
sys-fs/git-mount/git-mount-1.0.0_p20160321.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
index 818e538c0..cd41c4f3f 100644
--- a/sys-fs/git-mount/git-mount-1.0.0_p20160321.ebuild
+++ b/sys-fs/git-mount/git-mount-1.0.0_p20160321.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"
@@ -25,7 +25,7 @@ KEYWORDS="~amd64"
LICENSE="MIT BSD BSD-2"
SLOT="0"
-RDEPEND="sys-fs/fuse"
+RDEPEND="sys-fs/fuse:0"
DEPEND="${RDEPEND}"
src_install() {