Ported in https://github.com/ostreedev/ostree/commit/43859b58f6b76e958e54ec5d3d1250d906ce12bf (>= 2022.1).
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad32542bca48dba9c41ffe093d07b8fd1e28d670 commit ad32542bca48dba9c41ffe093d07b8fd1e28d670 Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2022-04-13 02:49:01 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2022-04-13 02:50:07 +0000 dev-util/ostree: use fuse:3 when available Closes: https://bugs.gentoo.org/838025 Signed-off-by: Zac Medico <zmedico@gentoo.org> dev-util/ostree/ostree-2022.1-r1.ebuild | 2 +- dev-util/ostree/ostree-2022.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Thanks! It may be better to hard-depend on fuse3 though given this currently allows either (and is ambiguous about which slot - it's somewhat automagic). This is what I've been suggesting for the pcre2 porting, to simplify things. Up to you though!
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b79c00c46ebdce7e5d8c276fcae07e1a2609579 commit 5b79c00c46ebdce7e5d8c276fcae07e1a2609579 Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2022-04-13 03:07:06 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2022-04-13 03:08:16 +0000 dev-util/ostree: hard depend on fuse:3 Bug: https://bugs.gentoo.org/838025 Suggested-by: Sam James <sam@gentoo.org> Signed-off-by: Zac Medico <zmedico@gentoo.org> dev-util/ostree/ostree-2022.1-r1.ebuild | 2 +- dev-util/ostree/ostree-2022.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
cheers!