aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-02-18 15:14:24 +0100
committerJustin Lecher <jlec@gentoo.org>2015-02-18 15:14:24 +0100
commit50d3a73c6c9fec2ee753ac0167830400ba15e7ad (patch)
tree2341643d6e1431871c97270920f3d5390d338975 /sys-cluster
parentsys-cluster/mvapich2: fix SLOT operators (diff)
downloadsci-50d3a73c6c9fec2ee753ac0167830400ba15e7ad.tar.gz
sci-50d3a73c6c9fec2ee753ac0167830400ba15e7ad.tar.bz2
sci-50d3a73c6c9fec2ee753ac0167830400ba15e7ad.zip
sys-cluster/lustre: fix SLOT operators
Package-Manager: portage-2.2.17
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/lustre/ChangeLog5
-rw-r--r--sys-cluster/lustre/lustre-9999.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog
index 185fd54ec..34d9c2611 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 <jlec@gentoo.org> lustre-9999.ebuild:
+ sys-cluster/lustre: fix SLOT operators
+
12 Nov 2014; Justin Lecher <jlec@gentoo.org> 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 75ab5e8f3..e6455890b 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