diff options
author | Zac Medico <zmedico@gentoo.org> | 2020-01-21 12:01:22 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-01-21 12:02:43 -0800 |
commit | 5558dab6c29c7f35ffda7d4dbc1ac08bca47f813 (patch) | |
tree | dbe452d28df894dbfb42e774fd05b193dc1cbb2d /dev-util/ostree | |
parent | media-plugins/alsa-plugins: stable 1.2.1 for hppa/sparc, bug #705758 (diff) | |
download | gentoo-5558dab6c29c7f35ffda7d4dbc1ac08bca47f813.tar.gz gentoo-5558dab6c29c7f35ffda7d4dbc1ac08bca47f813.tar.bz2 gentoo-5558dab6c29c7f35ffda7d4dbc1ac08bca47f813.zip |
dev-util/ostree: required fuse >= 2.9.2
Reported-by: Toralf Förster <toralf@gentoo.org>
Closes: https://bugs.gentoo.org/706028
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-util/ostree')
-rw-r--r-- | dev-util/ostree/ostree-2019.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) |