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>
This commit is contained in:
Alessandro Barbieri
2021-06-12 18:47:20 +02:00
parent c1e2ce9718
commit e43e692d57

View File

@@ -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 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
@@ -25,7 +25,7 @@ KEYWORDS="~amd64"
LICENSE="MIT BSD BSD-2" LICENSE="MIT BSD BSD-2"
SLOT="0" SLOT="0"
RDEPEND="sys-fs/fuse" RDEPEND="sys-fs/fuse:0"
DEPEND="${RDEPEND}" DEPEND="${RDEPEND}"
src_install() { src_install() {