sys-fs/rarfs: revision bump

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
This commit is contained in:
Sergey Popov
2019-02-04 16:20:41 +03:00
parent cd64bac1b5
commit d61bafa81f

View File

@@ -1,7 +1,7 @@
# 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 )
@@ -14,12 +14,11 @@ SRC_URI="mirror://sourceforge/rarfs/${P}.tar.gz"
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"