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 A4F82198005 for ; Fri, 15 Mar 2013 15:49:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34AD9E0527; Fri, 15 Mar 2013 15:49:16 +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 D240BE0527 for ; Fri, 15 Mar 2013 15:49:15 +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 9929833DB46 for ; Fri, 15 Mar 2013 15:49:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2B839E4079 for ; Fri, 15 Mar 2013 15:49:13 +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: <1363362533.a30e6dd21dded7c73cbcda120e10dd401da436a9.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: a30e6dd21dded7c73cbcda120e10dd401da436a9 X-VCS-Branch: master Date: Fri, 15 Mar 2013 15:49:13 +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: 3f664294-ffa3-4b59-8247-ea00a70f75d4 X-Archives-Hash: 86e434cc3a47518e0b1002ef31af7d94 commit: a30e6dd21dded7c73cbcda120e10dd401da436a9 Author: Alexey Shvetsov gentoo org> AuthorDate: Fri Mar 15 15:48:53 2013 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Fri Mar 15 15:48:53 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a30e6dd2 Update to reflect latest zfs changes Package-Manager: portage-2.2.0_alpha166 RepoMan-Options: --force --- sys-cluster/lustre/ChangeLog | 3 +++ sys-cluster/lustre/lustre-9999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog index 784ab87..6879812 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: $ + 15 Mar 2013; Alexey Shvetsov lustre-9999.ebuild: + Update to reflect latest zfs changes + 14 Mar 2013; Alexey Shvetsov lustre-9999.ebuild: Drop Werror hack diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild index dc4aed8..147b194 100644 --- a/sys-cluster/lustre/lustre-9999.ebuild +++ b/sys-cluster/lustre/lustre-9999.ebuild @@ -55,8 +55,8 @@ src_configure() { --disable-ldiskfs-build \ --with-linux="${KERNEL_DIR}" \ --with-linux-release="${KV_FULL}" \ - --with-zfs="${EPREFIX}/usr/src/zfs/${KV_FULL}" \ - --with-spl="${EPREFIX}/usr/src/spl/${KV_FULL}" \ + --with-zfs="${EPREFIX}/usr/src/zfs" \ + --with-spl="${EPREFIX}/usr/src/spl" \ $(use_enable client) \ $(use_enable utils) \ $(use_enable server)