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 65704198005 for ; Fri, 15 Mar 2013 15:50:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7BA2E05D5; Fri, 15 Mar 2013 15:50:57 +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 7EE16E05D5 for ; Fri, 15 Mar 2013 15:50:57 +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 476AA33DAD6 for ; Fri, 15 Mar 2013 15:50:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DA75AE4079 for ; Fri, 15 Mar 2013 15:50:54 +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: <1363362639.c09e558d5f98bb29be7f10d887b9a5dc27692107.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: c09e558d5f98bb29be7f10d887b9a5dc27692107 X-VCS-Branch: master Date: Fri, 15 Mar 2013 15:50:54 +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: a7f0901a-f300-4fe0-97a0-36ac980fa01f X-Archives-Hash: 5156dde96c9c97a4b8880a257b0057ba commit: c09e558d5f98bb29be7f10d887b9a5dc27692107 Author: Alexey Shvetsov gentoo org> AuthorDate: Fri Mar 15 15:50:39 2013 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Fri Mar 15 15:50:39 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c09e558d Make client and utils as default flags Package-Manager: portage-2.2.0_alpha166 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 6879812..39e91c0 100644 --- a/sys-cluster/lustre/ChangeLog +++ b/sys-cluster/lustre/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 15 Mar 2013; Alexey Shvetsov lustre-9999.ebuild: + Make client and utils as default flags + + 15 Mar 2013; Alexey Shvetsov lustre-9999.ebuild: Update to reflect latest zfs changes 14 Mar 2013; Alexey Shvetsov lustre-9999.ebuild: diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild index 147b194..0f5f021 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" +IUSE="+client +utils server" DEPEND="" RDEPEND="${DEPEND}"