diff options
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}" |