commit:     99b9f218603c5759745c2c6a3639ee1549a193b1
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 11:25:02 2016 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 11:25:02 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=99b9f218

sys-cluster/lustre: Also minor fix for 9999 version

Package-Manager: portage-2.3.0_rc1

 sys-cluster/lustre/lustre-9999.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sys-cluster/lustre/lustre-9999.ebuild 
b/sys-cluster/lustre/lustre-9999.ebuild
index 5d9301c..c45ea6f 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

Reply via email to