diff options
author | Chris Rorvick <chris@rorvick.com> | 2020-06-25 19:16:28 -0500 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-06-25 22:39:17 -0700 |
commit | 3710a40f819dd27e8d254fb194f9ba5c1b480fcc (patch) | |
tree | ed571ebe019b24a75e1c34dc0a024a8edada86d5 /dev-util | |
parent | app-admin/vault: Call fcaps_pkg_postinst (diff) | |
download | gentoo-3710a40f819dd27e8d254fb194f9ba5c1b480fcc.tar.gz gentoo-3710a40f819dd27e8d254fb194f9ba5c1b480fcc.tar.bz2 gentoo-3710a40f819dd27e8d254fb194f9ba5c1b480fcc.zip |
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 <chris@rorvick.com>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ostree/ostree-2018.9.ebuild | 2 | ||||
-rw-r--r-- | dev-util/ostree/ostree-2019.5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 ) |