From 3710a40f819dd27e8d254fb194f9ba5c1b480fcc Mon Sep 17 00:00:00 2001 From: Chris Rorvick Date: Thu, 25 Jun 2020 19:16:28 -0500 Subject: dev-utils/ostree: adjust slot dependency on dev-fs/fuse These versions of OSTree require FUSE 2 and thus must depend on slot 0. Closes: https://github.com/gentoo/gentoo/pull/16424 Closes: https://bugs.gentoo.org/724266 Signed-off-by: Chris Rorvick Signed-off-by: Zac Medico --- dev-util/ostree/ostree-2018.9.ebuild | 2 +- dev-util/ostree/ostree-2019.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-util/ostree') diff --git a/dev-util/ostree/ostree-2018.9.ebuild b/dev-util/ostree/ostree-2018.9.ebuild index c7c0813520bb..6f86406b9deb 100644 --- a/dev-util/ostree/ostree-2018.9.ebuild +++ b/dev-util/ostree/ostree-2018.9.ebuild @@ -22,7 +22,7 @@ COMMON_DEPEND=" dev-libs/libgpg-error:= dev-libs/openssl:0= sys-apps/util-linux:= - sys-fs/fuse:= + sys-fs/fuse:0= sys-libs/zlib:= archive? ( app-arch/libarchive:= ) diff --git a/dev-util/ostree/ostree-2019.5.ebuild b/dev-util/ostree/ostree-2019.5.ebuild index f8d2fec39755..68c74d15f958 100644 --- a/dev-util/ostree/ostree-2019.5.ebuild +++ b/dev-util/ostree/ostree-2019.5.ebuild @@ -32,7 +32,7 @@ COMMON_DEPEND=" ssl? ( gnutls? ( net-libs/gnutls ) !gnutls? ( dev-libs/openssl:0= ) ) - >=sys-fs/fuse-2.9.2:* + >=sys-fs/fuse-2.9.2:0 sys-libs/zlib libmount? ( sys-apps/util-linux ) selinux? ( sys-libs/libselinux ) -- cgit v1.2.3-65-gdbad