aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2016-06-13 14:25:02 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2016-06-13 14:25:02 +0300
commit99b9f218603c5759745c2c6a3639ee1549a193b1 (patch)
tree919a6dfac6851acc9833f42fc3c2aa0f30f4003a
parentsys-cluster/lustre: fix build with gcc-6.1 (diff)
downloadsci-99b9f218603c5759745c2c6a3639ee1549a193b1.tar.gz
sci-99b9f218603c5759745c2c6a3639ee1549a193b1.tar.bz2
sci-99b9f218603c5759745c2c6a3639ee1549a193b1.zip
sys-cluster/lustre: Also minor fix for 9999 version
Package-Manager: portage-2.3.0_rc1
-rw-r--r--sys-cluster/lustre/lustre-9999.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild
index 5d9301c66..c45ea6ff7 100644
--- a/sys-cluster/lustre/lustre-9999.ebuild
+++ b/sys-cluster/lustre/lustre-9999.ebuild
@@ -43,10 +43,6 @@ REQUIRED_USE="
client? ( modules )
server? ( modules )"
-PATCHES=(
- "${FILESDIR}/lustre-do-not-include-udef.h.patch"
- )
-
pkg_setup() {
filter-mfpmath sse
filter-mfpmath i386
@@ -57,7 +53,7 @@ pkg_setup() {
}
src_prepare() {
- if [ ! -z ${PATCHES[@]} ]; then
+ if [ ! -z ${#PATCHES[@]} ]; then
epatch ${PATCHES[@]}
fi
eapply_user