From: Zac Medico Date: Tue, 21 Jan 2020 20:01:22 +0000 (-0800) Subject: dev-util/ostree: required fuse >= 2.9.2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5558dab6c29c7f35ffda7d4dbc1ac08bca47f813;p=gentoo.git dev-util/ostree: required fuse >= 2.9.2 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 --- 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 )