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 CEB351381F3 for ; Mon, 22 Apr 2013 09:30:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28005E0C09; Mon, 22 Apr 2013 09:30:14 +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 9C9B0E0C09 for ; Mon, 22 Apr 2013 09:30:13 +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 9B25233DD9D for ; Mon, 22 Apr 2013 09:30:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 29E8DE408C for ; Mon, 22 Apr 2013 09:30:11 +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: <1366622991.46028573bc19b911f5a18a5dd8dbbb5bcc3cab8d.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: 46028573bc19b911f5a18a5dd8dbbb5bcc3cab8d X-VCS-Branch: master Date: Mon, 22 Apr 2013 09:30:11 +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: ba5b289d-afb0-44dd-8f14-eb651e10732d X-Archives-Hash: f1c59b369fe205c140885cecedb1ad0d commit: 46028573bc19b911f5a18a5dd8dbbb5bcc3cab8d Author: Alexey Shvetsov gentoo org> AuthorDate: Mon Apr 22 09:29:51 2013 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Mon Apr 22 09:29:51 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=46028573 Disable liblustre by default Package-Manager: portage-2.2.0_alpha173 RepoMan-Options: --force --- 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 3e0ef9d..75510d2 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: $ + 22 Apr 2013; Alexey Shvetsov lustre-9999.ebuild: + Disable liblustre by default + 22 Apr 2013; Alexey Shvetsov +files/0013-LU-3179-fids-fix-compilation-error-with-gcc-4.7.2.patch, files/0001-LU-2982-build-make-AC-check-for-linux-arch-sandbox-f.patch, diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild index 520927e..3ab8227 100644 --- a/sys-cluster/lustre/lustre-9999.ebuild +++ b/sys-cluster/lustre/lustre-9999.ebuild @@ -17,7 +17,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="+client +utils server +liblustre readline tests tcpd +urandom" +IUSE="+client +utils server liblustre readline tests tcpd +urandom" DEPEND=" virtual/awk