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 1715E198005 for ; Thu, 7 Mar 2013 06:39:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D792EE0660; Thu, 7 Mar 2013 06:39:50 +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 7402AE0660 for ; Thu, 7 Mar 2013 06:39:50 +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 90BFB33DE11 for ; Thu, 7 Mar 2013 06:39:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D3739E4073 for ; Thu, 7 Mar 2013 06:39:46 +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: <1362638345.0ee777ae50fe363c6fc8cf6ada213aa23d938d1d.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: 0ee777ae50fe363c6fc8cf6ada213aa23d938d1d X-VCS-Branch: master Date: Thu, 7 Mar 2013 06:39:46 +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: 28fccd10-bfe4-4c34-8ed9-3014d9d39bd6 X-Archives-Hash: 5cdcf1b9b5be0d70f57ce8f197b922ba commit: 0ee777ae50fe363c6fc8cf6ada213aa23d938d1d Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Mar 7 06:39:05 2013 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Mar 7 06:39:05 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0ee777ae Fix typo Package-Manager: portage-2.2.0_alpha166 --- sys-cluster/lustre/ChangeLog | 3 +++ sys-cluster/lustre/lustre-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog index 7cc3739..4d76001 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: $ + 07 Mar 2013; Alexey Shvetsov lustre-9999.ebuild: + Fix typo + 06 Mar 2013; Alexey Shvetsov lustre-9999.ebuild: Realy add patches to ebuild diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild index d3c46d8..4ee639c 100644 --- a/sys-cluster/lustre/lustre-9999.ebuild +++ b/sys-cluster/lustre/lustre-9999.ebuild @@ -24,7 +24,7 @@ RDEPEND="${DEPEND}" BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S}" -PATHCES=( +PATCHES=( "${FILESDIR}/0001-LU-2850-build-check-header-files-in-generated-uapi-d.patch" "${FILESDIR}/0002-LU-2850-kernel-3.7-kernel-posix-acl-needs-userns.patch" "${FILESDIR}/0003-LU-2850-kernel-3.7-uneports-sock_map_fd.patch"