commit: 2b15d68fa58a59be7f26c70470e88396b686a62d Author: Sebastian Pipping <sping <AT> gentoo <DOT> org> AuthorDate: Sun Dec 23 23:00:54 2018 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Sun Dec 23 23:00:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b15d68f
sys-fs/unionfs-fuse: Use slotted sys-fs/fuse dep Closes: https://bugs.gentoo.org/673634 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 sys-fs/unionfs-fuse/unionfs-fuse-1.0.ebuild | 4 ++-- sys-fs/unionfs-fuse/unionfs-fuse-2.0.ebuild | 4 ++-- sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-1.0.ebuild b/sys-fs/unionfs-fuse/unionfs-fuse-1.0.ebuild index 4403163fc00..e9658f33fb1 100644 --- a/sys-fs/unionfs-fuse/unionfs-fuse-1.0.ebuild +++ b/sys-fs/unionfs-fuse/unionfs-fuse-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-linux" IUSE="" -DEPEND="sys-fs/fuse" +DEPEND="sys-fs/fuse:0" RDEPEND="${DEPEND}" src_install() { diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-2.0.ebuild b/sys-fs/unionfs-fuse/unionfs-fuse-2.0.ebuild index 16259309343..fe5a7ef6d17 100644 --- a/sys-fs/unionfs-fuse/unionfs-fuse-2.0.ebuild +++ b/sys-fs/unionfs-fuse/unionfs-fuse-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-linux" IUSE="" -DEPEND="sys-fs/fuse" +DEPEND="sys-fs/fuse:0" RDEPEND="${DEPEND}" src_install() { diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild b/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild index 24a0355898f..bf42f96d407 100644 --- a/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild +++ b/sys-fs/unionfs-fuse/unionfs-fuse-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="" IUSE="" -DEPEND="sys-fs/fuse" +DEPEND="sys-fs/fuse:0" RDEPEND="${DEPEND}" src_install() {
