aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-06-12 18:47:20 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-06-12 18:47:20 +0200
commite43e692d57e1ae0b60c4f45822eccc5b895add0a (patch)
tree48ab4e256a189587026b55188fb7a9b9d899052f
parentapp-portage/gentoo-sweep: use https (diff)
downloadguru-e43e692d.tar.gz
guru-e43e692d.tar.bz2
guru-e43e692d.zip
sys-fs/git-mount: depend on fuse:0
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--sys-fs/git-mount/git-mount-1.0.0_p20160321.ebuild4
1 files 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 818e538c08..cd41c4f3fd 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() {