commit:     715c2b16d626b5edc6fb5be3a6555e1588b1c6f7
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 22:23:10 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri May 26 22:53:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715c2b16

sys-fs/rarfs: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-fs/rarfs/rarfs-0.1.1-r1.ebuild | 9 +++++++--
 1 file 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 6e2bcdb751c..2b9cc82b1b3 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"
 

Reply via email to