summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/rarfs/rarfs-0.1.1-r1.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/sys-fs/rarfs/rarfs-0.1.1-r1.ebuild b/sys-fs/rarfs/rarfs-0.1.1-r1.ebuild
index 6e2bcdb751c7..2b9cc82b1b3e 100644
--- a/sys-fs/rarfs/rarfs-0.1.1-r1.ebuild
+++ b/sys-fs/rarfs/rarfs-0.1.1-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 )
+
inherit python-r1
DESCRIPTION="Fuse module to mount uncompressed RAR archives"
@@ -13,8 +14,12 @@ SRC_URI="mirror://sourceforge/rarfs/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND="sys-fs/fuse"
+RDEPEND="
+ ${PYTHON_DEPS}
+ sys-fs/fuse"
DEPEND="${RDEPEND}
virtual/pkgconfig"