commit: 50d3a73c6c9fec2ee753ac0167830400ba15e7ad Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Feb 18 14:14:24 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Feb 18 14:14:24 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=50d3a73c
sys-cluster/lustre: fix SLOT operators Package-Manager: portage-2.2.17 --- sys-cluster/lustre/ChangeLog | 5 ++++- sys-cluster/lustre/lustre-9999.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog index 185fd54..34d9c26 100644 --- a/sys-cluster/lustre/ChangeLog +++ b/sys-cluster/lustre/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sys-cluster/lustre -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 18 Feb 2015; Justin Lecher <[email protected]> lustre-9999.ebuild: + sys-cluster/lustre: fix SLOT operators + 12 Nov 2014; Justin Lecher <[email protected]> lustre-9999.ebuild, -files/0002-LU-3319-procfs-move-mdd-ofd-proc-handling-to-seq_fil.patch: Move large patch into patch dir diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild index 75ab5e8..e645589 100644 --- a/sys-cluster/lustre/lustre-9999.ebuild +++ b/sys-cluster/lustre/lustre-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -29,7 +29,7 @@ IUSE="+client +utils server liblustre readline tests tcpd +urandom" RDEPEND=" virtual/awk - readline? ( sys-libs/readline ) + readline? ( sys-libs/readline:0 ) tcpd? ( sys-apps/tcp-wrappers ) server? ( >=sys-kernel/spl-0.6.1
