Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/rarfs/
Date: Fri, 26 May 2017 22:54:42
Message-Id: 1495839202.715c2b16d626b5edc6fb5be3a6555e1588b1c6f7.soap@gentoo
1 commit: 715c2b16d626b5edc6fb5be3a6555e1588b1c6f7
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 22:23:10 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 22:53:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715c2b16
7
8 sys-fs/rarfs: [QA] Add missing python metadata variables
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sys-fs/rarfs/rarfs-0.1.1-r1.ebuild | 9 +++++++--
13 1 file changed, 7 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-fs/rarfs/rarfs-0.1.1-r1.ebuild b/sys-fs/rarfs/rarfs-0.1.1-r1.ebuild
16 index 6e2bcdb751c..2b9cc82b1b3 100644
17 --- a/sys-fs/rarfs/rarfs-0.1.1-r1.ebuild
18 +++ b/sys-fs/rarfs/rarfs-0.1.1-r1.ebuild
19 @@ -1,9 +1,10 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 PYTHON_COMPAT=( python2_7 )
27 +
28 inherit python-r1
29
30 DESCRIPTION="Fuse module to mount uncompressed RAR archives"
31 @@ -13,8 +14,12 @@ SRC_URI="mirror://sourceforge/rarfs/${P}.tar.gz"
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
37
38 -RDEPEND="sys-fs/fuse"
39 +RDEPEND="
40 + ${PYTHON_DEPS}
41 + sys-fs/fuse"
42 DEPEND="${RDEPEND}
43 virtual/pkgconfig"