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-cluster/moosefs/
Date: Fri, 26 May 2017 22:54:28
Message-Id: 1495839197.a685be756de30790e1be4e18342b1dcaf71eeb65.soap@gentoo
1 commit: a685be756de30790e1be4e18342b1dcaf71eeb65
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 22:21:02 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 22:53:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a685be75
7
8 sys-cluster/moosefs: [QA] Add missing python metadata variables
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sys-cluster/moosefs/moosefs-1.6.26-r1.ebuild | 5 ++---
13 sys-cluster/moosefs/moosefs-1.6.27.ebuild | 5 ++---
14 2 files changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/sys-cluster/moosefs/moosefs-1.6.26-r1.ebuild b/sys-cluster/moosefs/moosefs-1.6.26-r1.ebuild
17 index 85de95a2f2f..cdcf22ba078 100644
18 --- a/sys-cluster/moosefs/moosefs-1.6.26-r1.ebuild
19 +++ b/sys-cluster/moosefs/moosefs-1.6.26-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 @@ -18,11 +18,10 @@ LICENSE="GPL-3"
27 SLOT="0"
28 KEYWORDS="~amd64 ~x86"
29 IUSE="cgi +fuse static-libs"
30 -
31 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
32
33 RDEPEND="
34 - cgi? ( dev-lang/python )
35 + ${PYTHON_DEPS}
36 fuse? ( >=sys-fs/fuse-2.6 )"
37 DEPEND="${RDEPEND}"
38
39
40 diff --git a/sys-cluster/moosefs/moosefs-1.6.27.ebuild b/sys-cluster/moosefs/moosefs-1.6.27.ebuild
41 index f6b7d4e65fa..87cbdf9bdb5 100644
42 --- a/sys-cluster/moosefs/moosefs-1.6.27.ebuild
43 +++ b/sys-cluster/moosefs/moosefs-1.6.27.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2015 Gentoo Foundation
46 +# Copyright 1999-2017 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI="5"
50 @@ -18,11 +18,10 @@ LICENSE="GPL-3"
51 SLOT="0"
52 KEYWORDS="~amd64 ~x86"
53 IUSE="cgi +fuse static-libs"
54 -
55 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
56
57 RDEPEND="
58 - cgi? ( dev-lang/python )
59 + ${PYTHON_DEPS}
60 fuse? ( >=sys-fs/fuse-2.6 )"
61 DEPEND="${RDEPEND}"