summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-05-27 00:23:10 +0200
committerDavid Seifert <soap@gentoo.org>2017-05-27 00:53:22 +0200
commit715c2b16d626b5edc6fb5be3a6555e1588b1c6f7 (patch)
treebca165401b7be8b75271d6bb9ab7417261184d5a /sys-fs
parentsys-cluster/moosefs: [QA] Add missing python metadata variables (diff)
downloadgentoo-715c2b16d626b5edc6fb5be3a6555e1588b1c6f7.tar.gz
gentoo-715c2b16d626b5edc6fb5be3a6555e1588b1c6f7.tar.bz2
gentoo-715c2b16d626b5edc6fb5be3a6555e1588b1c6f7.zip
sys-fs/rarfs: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.6, Repoman-2.3.2
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"