From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D6DB15808B for ; Wed, 13 Apr 2022 03:08:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61531E093E; Wed, 13 Apr 2022 03:08:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54BD3E093E for ; Wed, 13 Apr 2022 03:08:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBA6C341575 for ; Wed, 13 Apr 2022 03:08:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B38F6397 for ; Wed, 13 Apr 2022 03:08:46 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1649819296.5b79c00c46ebdce7e5d8c276fcae07e1a2609579.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ostree/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ostree/ostree-2022.1-r1.ebuild dev-util/ostree/ostree-2022.2.ebuild X-VCS-Directories: dev-util/ostree/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 5b79c00c46ebdce7e5d8c276fcae07e1a2609579 X-VCS-Branch: master Date: Wed, 13 Apr 2022 03:08:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1835d959-b1da-46d0-bf34-26cf25553fdc X-Archives-Hash: 077e0d68ccf1311d9a42a1affa58e9e7 commit: 5b79c00c46ebdce7e5d8c276fcae07e1a2609579 Author: Zac Medico gentoo org> AuthorDate: Wed Apr 13 03:07:06 2022 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Apr 13 03:08:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b79c00c dev-util/ostree: hard depend on fuse:3 Bug: https://bugs.gentoo.org/838025 Suggested-by: Sam James gentoo.org> Signed-off-by: Zac Medico gentoo.org> dev-util/ostree/ostree-2022.1-r1.ebuild | 2 +- dev-util/ostree/ostree-2022.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/ostree/ostree-2022.1-r1.ebuild b/dev-util/ostree/ostree-2022.1-r1.ebuild index 074a7b1d8b85..43f60e37b878 100644 --- a/dev-util/ostree/ostree-2022.1-r1.ebuild +++ b/dev-util/ostree/ostree-2022.1-r1.ebuild @@ -25,7 +25,7 @@ COMMON_DEPEND=" app-arch/xz-utils dev-libs/libassuan dev-libs/glib:2 - >=sys-fs/fuse-2.9.2 + sys-fs/fuse:3 sys-libs/zlib archive? ( app-arch/libarchive:= ) curl? ( net-misc/curl ) diff --git a/dev-util/ostree/ostree-2022.2.ebuild b/dev-util/ostree/ostree-2022.2.ebuild index a17c391afa30..ffd7127f1a9e 100644 --- a/dev-util/ostree/ostree-2022.2.ebuild +++ b/dev-util/ostree/ostree-2022.2.ebuild @@ -25,7 +25,7 @@ COMMON_DEPEND=" app-arch/xz-utils dev-libs/libassuan dev-libs/glib:2 - >=sys-fs/fuse-2.9.2 + sys-fs/fuse:3 sys-libs/zlib archive? ( app-arch/libarchive:= ) curl? ( net-misc/curl )