diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-03-21 08:20:17 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-03-21 08:20:17 +0100 |
commit | d9023e804bf2e7537faec4f912991acf32c40d57 (patch) | |
tree | 4520f2884c9c84225e1813161701cf229d2db53a /sys-fs | |
parent | dev-libs/libpcre: Minor patch adjustment. (diff) | |
download | gentoo-d9023e804bf2e7537faec4f912991acf32c40d57.tar.gz gentoo-d9023e804bf2e7537faec4f912991acf32c40d57.tar.bz2 gentoo-d9023e804bf2e7537faec4f912991acf32c40d57.zip |
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
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/e2fsprogs/e2fsprogs-1.43.3-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/e2fsprogs/e2fsprogs-1.43.6.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/e2fsprogs/e2fsprogs-1.43.9.ebuild | 2 | ||||
-rw-r--r-- | 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 b2af3e041a6a..f53dee8757b2 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 2cfde8fdf970..9598298848ba 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 ba0347721fd7..76d036d2679c 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 ba0347721fd7..76d036d2679c 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 ) |