commit:     a685be756de30790e1be4e18342b1dcaf71eeb65
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 22:21:02 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri May 26 22:53:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a685be75

sys-cluster/moosefs: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 sys-cluster/moosefs/moosefs-1.6.26-r1.ebuild | 5 ++---
 sys-cluster/moosefs/moosefs-1.6.27.ebuild    | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/sys-cluster/moosefs/moosefs-1.6.26-r1.ebuild 
b/sys-cluster/moosefs/moosefs-1.6.26-r1.ebuild
index 85de95a2f2f..cdcf22ba078 100644
--- a/sys-cluster/moosefs/moosefs-1.6.26-r1.ebuild
+++ b/sys-cluster/moosefs/moosefs-1.6.26-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -18,11 +18,10 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="cgi +fuse static-libs"
-
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
-       cgi? ( dev-lang/python )
+       ${PYTHON_DEPS}
        fuse? ( >=sys-fs/fuse-2.6 )"
 DEPEND="${RDEPEND}"
 

diff --git a/sys-cluster/moosefs/moosefs-1.6.27.ebuild 
b/sys-cluster/moosefs/moosefs-1.6.27.ebuild
index f6b7d4e65fa..87cbdf9bdb5 100644
--- a/sys-cluster/moosefs/moosefs-1.6.27.ebuild
+++ b/sys-cluster/moosefs/moosefs-1.6.27.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -18,11 +18,10 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="cgi +fuse static-libs"
-
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
-       cgi? ( dev-lang/python )
+       ${PYTHON_DEPS}
        fuse? ( >=sys-fs/fuse-2.6 )"
 DEPEND="${RDEPEND}"
 

Reply via email to