From 5558dab6c29c7f35ffda7d4dbc1ac08bca47f813 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 21 Jan 2020 12:01:22 -0800 Subject: dev-util/ostree: required fuse >= 2.9.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/706028 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Zac Medico --- dev-util/ostree/ostree-2019.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-util/ostree') diff --git a/dev-util/ostree/ostree-2019.5.ebuild b/dev-util/ostree/ostree-2019.5.ebuild index 6c6f7f200276..f8d2fec39755 100644 --- a/dev-util/ostree/ostree-2019.5.ebuild +++ b/dev-util/ostree/ostree-2019.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,7 +32,7 @@ COMMON_DEPEND=" ssl? ( gnutls? ( net-libs/gnutls ) !gnutls? ( dev-libs/openssl:0= ) ) - sys-fs/fuse:* + >=sys-fs/fuse-2.9.2:* sys-libs/zlib libmount? ( sys-apps/util-linux ) selinux? ( sys-libs/libselinux ) -- cgit v1.2.3-65-gdbad