diff options
author | David Seifert <soap@gentoo.org> | 2017-05-27 00:21:02 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-05-27 00:53:17 +0200 |
commit | a685be756de30790e1be4e18342b1dcaf71eeb65 (patch) | |
tree | d083a3467fcfcf0c2e3c2e99a6496054abb61cf4 /sys-cluster | |
parent | sys-cluster/hpx: [QA] Add missing python metadata variables (diff) | |
download | gentoo-a685be756de30790e1be4e18342b1dcaf71eeb65.tar.gz gentoo-a685be756de30790e1be4e18342b1dcaf71eeb65.tar.bz2 gentoo-a685be756de30790e1be4e18342b1dcaf71eeb65.zip |
sys-cluster/moosefs: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/moosefs/moosefs-1.6.26-r1.ebuild | 5 | ||||
-rw-r--r-- | 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 85de95a2f2f5..cdcf22ba0780 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 f6b7d4e65fa7..87cbdf9bdb5b 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}" |