Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ostree/
Date: Tue, 21 Jan 2020 20:02:56
Message-Id: 1579636963.5558dab6c29c7f35ffda7d4dbc1ac08bca47f813.zmedico@gentoo
1 commit: 5558dab6c29c7f35ffda7d4dbc1ac08bca47f813
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 21 20:01:22 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 21 20:02:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5558dab6
7
8 dev-util/ostree: required fuse >= 2.9.2
9
10 Reported-by: Toralf Förster <toralf <AT> gentoo.org>
11 Closes: https://bugs.gentoo.org/706028
12 Package-Manager: Portage-2.3.84, Repoman-2.3.20
13 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 dev-util/ostree/ostree-2019.5.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-util/ostree/ostree-2019.5.ebuild b/dev-util/ostree/ostree-2019.5.ebuild
19 index 6c6f7f20027..f8d2fec3975 100644
20 --- a/dev-util/ostree/ostree-2019.5.ebuild
21 +++ b/dev-util/ostree/ostree-2019.5.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -32,7 +32,7 @@ COMMON_DEPEND="
29 ssl? (
30 gnutls? ( net-libs/gnutls )
31 !gnutls? ( dev-libs/openssl:0= ) )
32 - sys-fs/fuse:*
33 + >=sys-fs/fuse-2.9.2:*
34 sys-libs/zlib
35 libmount? ( sys-apps/util-linux )
36 selinux? ( sys-libs/libselinux )