sys-fs/rarfs: revision bump
authorSergey Popov <pinkbyte@gentoo.org>
Mon, 4 Feb 2019 13:20:41 +0000 (16:20 +0300)
committerSergey Popov <pinkbyte@gentoo.org>
Mon, 4 Feb 2019 13:20:58 +0000 (16:20 +0300)
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

sys-fs/rarfs/rarfs-0.1.1-r2.ebuild [moved from sys-fs/rarfs/rarfs-0.1.1-r1.ebuild with 89% similarity]

similarity index 89%
rename from sys-fs/rarfs/rarfs-0.1.1-r1.ebuild
rename to sys-fs/rarfs/rarfs-0.1.1-r2.ebuild
index 2b9cc82b1b3e58293021b940e4ec679010367f8a..3b6ab99a1ee8b908f6fe8bfccdae743767801677 100644 (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"