From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1011331-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 23D4F1382C5
	for <garchives@archives.gentoo.org>; Wed, 21 Mar 2018 07:21:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3C4CBE0894;
	Wed, 21 Mar 2018 07:21:01 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id F2088E0894
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Mar 2018 07:21:00 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 6D5E4335C2C
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Mar 2018 07:20:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EEA66240
	for <gentoo-commits@lists.gentoo.org>; Wed, 21 Mar 2018 07:20:57 +0000 (UTC)
From: "Lars Wendler" <polynomial-c@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, "Lars Wendler" <polynomial-c@gentoo.org>
Message-ID: <1521616817.d9023e804bf2e7537faec4f912991acf32c40d57.polynomial-c@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/e2fsprogs/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-fs/e2fsprogs/e2fsprogs-1.43.3-r1.ebuild sys-fs/e2fsprogs/e2fsprogs-1.43.6.ebuild sys-fs/e2fsprogs/e2fsprogs-1.43.9.ebuild sys-fs/e2fsprogs/e2fsprogs-1.44.0.ebuild
X-VCS-Directories: sys-fs/e2fsprogs/
X-VCS-Committer: polynomial-c
X-VCS-Committer-Name: Lars Wendler
X-VCS-Revision: d9023e804bf2e7537faec4f912991acf32c40d57
X-VCS-Branch: master
Date: Wed, 21 Mar 2018 07:20:57 +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-Archives-Salt: f5e9cddc-fb53-46f6-b964-b0ed65585ea4
X-Archives-Hash: e92a482b747a65c98a58603b118ae843

commit:     d9023e804bf2e7537faec4f912991acf32c40d57
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 21 07:20:17 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Mar 21 07:20:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9023e80

sys-fs/e2fsprogs: Depend on correct sys-fs/fuse slot.

Closes: https://bugs.gentoo.org/651052
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-fs/e2fsprogs/e2fsprogs-1.43.3-r1.ebuild | 4 ++--
 sys-fs/e2fsprogs/e2fsprogs-1.43.6.ebuild    | 4 ++--
 sys-fs/e2fsprogs/e2fsprogs-1.43.9.ebuild    | 2 +-
 sys-fs/e2fsprogs/e2fsprogs-1.44.0.ebuild    | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.43.3-r1.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.43.3-r1.ebuild
index b2af3e041a6..f53dee8757b 100644
--- a/sys-fs/e2fsprogs/e2fsprogs-1.43.3-r1.ebuild
+++ b/sys-fs/e2fsprogs/e2fsprogs-1.43.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -26,7 +26,7 @@ IUSE="fuse nls static-libs elibc_FreeBSD"
 
 RDEPEND="~sys-libs/${PN}-libs-${PV}
 	>=sys-apps/util-linux-2.16
-	fuse? ( sys-fs/fuse )
+	fuse? ( sys-fs/fuse:0 )
 	nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
 	nls? ( sys-devel/gettext )

diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.43.6.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.43.6.ebuild
index 2cfde8fdf97..9598298848b 100644
--- a/sys-fs/e2fsprogs/e2fsprogs-1.43.6.ebuild
+++ b/sys-fs/e2fsprogs/e2fsprogs-1.43.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,7 +23,7 @@ IUSE="fuse nls static-libs elibc_FreeBSD"
 
 RDEPEND="~sys-libs/${PN}-libs-${PV}
 	>=sys-apps/util-linux-2.16
-	fuse? ( sys-fs/fuse )
+	fuse? ( sys-fs/fuse:0 )
 	nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
 	nls? ( sys-devel/gettext )

diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.43.9.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.43.9.ebuild
index ba0347721fd..76d036d2679 100644
--- a/sys-fs/e2fsprogs/e2fsprogs-1.43.9.ebuild
+++ b/sys-fs/e2fsprogs/e2fsprogs-1.43.9.ebuild
@@ -23,7 +23,7 @@ IUSE="fuse nls static-libs elibc_FreeBSD"
 
 RDEPEND="~sys-libs/${PN}-libs-${PV}
 	>=sys-apps/util-linux-2.16
-	fuse? ( sys-fs/fuse )
+	fuse? ( sys-fs/fuse:0 )
 	nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
 	nls? ( sys-devel/gettext )

diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.44.0.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.44.0.ebuild
index ba0347721fd..76d036d2679 100644
--- a/sys-fs/e2fsprogs/e2fsprogs-1.44.0.ebuild
+++ b/sys-fs/e2fsprogs/e2fsprogs-1.44.0.ebuild
@@ -23,7 +23,7 @@ IUSE="fuse nls static-libs elibc_FreeBSD"
 
 RDEPEND="~sys-libs/${PN}-libs-${PV}
 	>=sys-apps/util-linux-2.16
-	fuse? ( sys-fs/fuse )
+	fuse? ( sys-fs/fuse:0 )
 	nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
 	nls? ( sys-devel/gettext )