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 1E3C4138247 for ; Thu, 19 Dec 2013 12:59:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAD1BE0AE8; Thu, 19 Dec 2013 12:59:41 +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 479C1E0AE8 for ; Thu, 19 Dec 2013 12:59:41 +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 7123133F5F5 for ; Thu, 19 Dec 2013 12:59:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 24B941102E7 for ; Thu, 19 Dec 2013 12:59:39 +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: <1387457961.7c66ee7d8dbbf657386930e6197f8f3a26ce5a4c.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: 7c66ee7d8dbbf657386930e6197f8f3a26ce5a4c X-VCS-Branch: master Date: Thu, 19 Dec 2013 12:59:39 +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: c4170bf6-fdfd-4731-aa81-c073a6556e62 X-Archives-Hash: c78f5186a5e77401517ced2c90b86e6f commit: 7c66ee7d8dbbf657386930e6197f8f3a26ce5a4c Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Dec 19 12:59:21 2013 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Dec 19 12:59:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7c66ee7d Dissalow unsafe flags for kernel build Package-Manager: portage-2.2.7 RepoMan-Options: --force --- sys-cluster/lustre/ChangeLog | 3 +++ sys-cluster/lustre/lustre-9999.ebuild | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog index 69315ef..dcd6ef7 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: $ + 19 Dec 2013; Alexey Shvetsov lustre-9999.ebuild: + Dissalow unsafe flags for kernel build + 19 Dec 2013; Alexey Shvetsov +files/0002-LU-3373-ldiskfs-ldiskfs-patches-for-3.11.1-fc19.patch, +files/0003-LU-3974-llite-dentry-d_compare-changes-in-3.11.patch, diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild index 09173cd..566afc2 100644 --- a/sys-cluster/lustre/lustre-9999.ebuild +++ b/sys-cluster/lustre/lustre-9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 WANT_AUTOCONF="2.5" WANT_AUTOMAKE="1.10" -inherit git-2 autotools linux-mod toolchain-funcs udev +inherit git-2 autotools linux-mod toolchain-funcs udev flag-o-matic DESCRIPTION="Lustre is a parallel distributed file system" HOMEPAGE="http://wiki.whamcloud.com/" @@ -41,6 +41,7 @@ PATCHES=( ) pkg_setup() { + setup-allowed-flags linux-mod_pkg_setup ARCH="$(tc-arch-kernel)" ABI="${KERNEL_ABI}"