commit: f3a83b048a59a4325b5bc8872d340cbe6bb7968e Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Wed Jan 5 18:05:33 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Jan 5 18:06:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a83b04
sys-fs/erofs-utils: fix sys-fs/fuse dependency Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> .../erofs-utils/{erofs-utils-1.3.ebuild => erofs-utils-1.3-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/erofs-utils/erofs-utils-1.3.ebuild b/sys-fs/erofs-utils/erofs-utils-1.3-r1.ebuild similarity index 96% rename from sys-fs/erofs-utils/erofs-utils-1.3.ebuild rename to sys-fs/erofs-utils/erofs-utils-1.3-r1.ebuild index 00bd4e1de3bb..749529d63343 100644 --- a/sys-fs/erofs-utils/erofs-utils-1.3.ebuild +++ b/sys-fs/erofs-utils/erofs-utils-1.3-r1.ebuild @@ -16,7 +16,7 @@ SLOT="0" IUSE="fuse +lz4 selinux +uuid" RDEPEND=" - fuse? ( sys-fs/fuse ) + fuse? ( sys-fs/fuse:0 ) lz4? ( app-arch/lz4:0= ) selinux? ( sys-libs/libselinux:0= ) uuid? ( sys-apps/util-linux )