diff options
author | Sebastian Pipping <sping@gentoo.org> | 2018-12-24 00:00:54 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2018-12-24 00:00:54 +0100 |
commit | 2b15d68fa58a59be7f26c70470e88396b686a62d (patch) | |
tree | 4a064d9e263d762874c84136984b56a68ced9ae6 /sys-fs/unionfs-fuse | |
parent | media-sound/linuxsampler: Re-add KEYWORDS (diff) | |
download | gentoo-2b15d68fa58a59be7f26c70470e88396b686a62d.tar.gz gentoo-2b15d68fa58a59be7f26c70470e88396b686a62d.tar.bz2 gentoo-2b15d68fa58a59be7f26c70470e88396b686a62d.zip |
sys-fs/unionfs-fuse: Use slotted sys-fs/fuse dep
Closes: https://bugs.gentoo.org/673634
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'sys-fs/unionfs-fuse')
-rw-r--r-- | sys-fs/unionfs-fuse/unionfs-fuse-1.0.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/unionfs-fuse/unionfs-fuse-2.0.ebuild | 4 | ||||
-rw-r--r-- | 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 4403163fc006..e9658f33fb12 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 16259309343f..fe5a7ef6d178 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 24a0355898f4..bf42f96d4078 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() { |