From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1355510-garchives=archives.gentoo.org@lists.gentoo.org>
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 565B6158086
	for <garchives@archives.gentoo.org>; Wed,  5 Jan 2022 18:06:12 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8F2082BC006;
	Wed,  5 Jan 2022 18:06:11 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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 3618F2BC006
	for <gentoo-commits@lists.gentoo.org>; Wed,  5 Jan 2022 18:06:11 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 smtp.gentoo.org (Postfix) with ESMTPS id 033C7342DE0
	for <gentoo-commits@lists.gentoo.org>; Wed,  5 Jan 2022 18:06:10 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 89854278
	for <gentoo-commits@lists.gentoo.org>; Wed,  5 Jan 2022 18:06:08 +0000 (UTC)
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" <flow@gentoo.org>
Message-ID: <1641405962.f3a83b048a59a4325b5bc8872d340cbe6bb7968e.flow@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/erofs-utils/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-fs/erofs-utils/erofs-utils-1.3-r1.ebuild sys-fs/erofs-utils/erofs-utils-1.3.ebuild
X-VCS-Directories: sys-fs/erofs-utils/
X-VCS-Committer: flow
X-VCS-Committer-Name: Florian Schmaus
X-VCS-Revision: f3a83b048a59a4325b5bc8872d340cbe6bb7968e
X-VCS-Branch: master
Date: Wed,  5 Jan 2022 18:06:08 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 1ffa92fd-67f4-408d-831c-ed0d4d4e3013
X-Archives-Hash: dee77f4a6b72c4589eb4cba367ba7af2

commit:     f3a83b048a59a4325b5bc8872d340cbe6bb7968e
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  5 18:05:33 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jan  5 18:06:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a83b04

sys-fs/erofs-utils: fix sys-fs/fuse dependency

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 .../erofs-utils/{erofs-utils-1.3.ebuild => erofs-utils-1.3-r1.ebuild}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-fs/erofs-utils/erofs-utils-1.3.ebuild b/sys-fs/erofs-utils/erofs-utils-1.3-r1.ebuild
similarity index 96%
rename from sys-fs/erofs-utils/erofs-utils-1.3.ebuild
rename to sys-fs/erofs-utils/erofs-utils-1.3-r1.ebuild
index 00bd4e1de3bb..749529d63343 100644
--- a/sys-fs/erofs-utils/erofs-utils-1.3.ebuild
+++ b/sys-fs/erofs-utils/erofs-utils-1.3-r1.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 IUSE="fuse +lz4 selinux +uuid"
 
 RDEPEND="
-	fuse? ( sys-fs/fuse )
+	fuse? ( sys-fs/fuse:0 )
 	lz4? ( app-arch/lz4:0= )
 	selinux? ( sys-libs/libselinux:0= )
 	uuid? ( sys-apps/util-linux )