From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 98AD3198005 for ; Wed, 6 Mar 2013 13:20:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BC65E067D; Wed, 6 Mar 2013 13:20:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C18F7E067D for ; Wed, 6 Mar 2013 13:20:54 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE44633DB52 for ; Wed, 6 Mar 2013 13:20:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6D23CE4073 for ; Wed, 6 Mar 2013 13:20:52 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1362576032.b45318017ad2738e6b11a8d9ff1a41bbd49f224a.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/lustre/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/lustre/ChangeLog sys-cluster/lustre/lustre-9999.ebuild X-VCS-Directories: sys-cluster/lustre/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: b45318017ad2738e6b11a8d9ff1a41bbd49f224a X-VCS-Branch: master Date: Wed, 6 Mar 2013 13:20:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d15295b0-60a3-49c4-b60b-bc62d6e34aee X-Archives-Hash: 7e575ae694ae35e5184b3b0e278a38e0 commit: b45318017ad2738e6b11a8d9ff1a41bbd49f224a Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Mar 6 13:20:32 2013 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Mar 6 13:20:32 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b4531801 Realy add patches to ebuild Package-Manager: portage-2.2.0_alpha166 --- sys-cluster/lustre/ChangeLog | 3 +++ sys-cluster/lustre/lustre-9999.ebuild | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog index 1295495..7cc3739 100644 --- a/sys-cluster/lustre/ChangeLog +++ b/sys-cluster/lustre/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Mar 2013; Alexey Shvetsov lustre-9999.ebuild: + Realy add patches to ebuild + 06 Mar 2013; Alexey Shvetsov +files/0001-LU-2850-build-check-header-files-in-generated-uapi-d.patch, +files/0002-LU-2850-kernel-3.7-kernel-posix-acl-needs-userns.patch, diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild index 99ed754..d3c46d8 100644 --- a/sys-cluster/lustre/lustre-9999.ebuild +++ b/sys-cluster/lustre/lustre-9999.ebuild @@ -40,6 +40,7 @@ pkg_setup() { } src_prepare() { + epatch ${PATCHES[@]} # disable Werror sed -e 's:-Werror::g' \ -i libcfs/autoconf/lustre-libcfs.m4 \