diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-18 11:14:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-18 11:17:03 +0100 |
commit | d7f5a364fd416c2004a6873e6d7c34dc780ae3ca (patch) | |
tree | cbf9d4a601dc377837b4d84f552d63a97afdf2c3 /net-fs | |
parent | package.mask: Last rite net-ftp/tlswrap (diff) | |
download | gentoo-d7f5a364fd416c2004a6873e6d7c34dc780ae3ca.tar.gz gentoo-d7f5a364fd416c2004a6873e6d7c34dc780ae3ca.tar.bz2 gentoo-d7f5a364fd416c2004a6873e6d7c34dc780ae3ca.zip |
net-fs/wdfs: Add missing slot on sys-fs/fuse dep
Closes: https://bugs.gentoo.org/701018
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/wdfs/wdfs-1.4.2-r2.ebuild (renamed from net-fs/wdfs/wdfs-1.4.2-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/wdfs/wdfs-1.4.2-r1.ebuild b/net-fs/wdfs/wdfs-1.4.2-r2.ebuild index 5de6083daed2..9a982c40b49f 100644 --- a/net-fs/wdfs/wdfs-1.4.2-r1.ebuild +++ b/net-fs/wdfs/wdfs-1.4.2-r2.ebuild @@ -15,8 +15,8 @@ KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=net-libs/neon-0.24.7 - >=sys-fs/fuse-2.5 - dev-libs/glib:2" + >=sys-fs/fuse-2.5:0 + dev-libs/glib:2" DEPEND="${RDEPEND}" src_prepare() { |