Bump EAPI to 7. Use slotted sys-fs/fuse dependency
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Closes: https://bugs.gentoo.org/673638
Package-Manager: Portage-2.3.51, Repoman-2.3.10
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python2_7 )
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
- sys-fs/fuse"
+ sys-fs/fuse:0"
DEPEND="${RDEPEND}
virtual/pkgconfig"