From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-340166-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QFa5O-0000N5-0h
	for garchives@archives.gentoo.org; Thu, 28 Apr 2011 22:53:28 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 455351C038;
	Thu, 28 Apr 2011 22:53:07 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 15A8D1C038
	for <gentoo-commits@lists.gentoo.org>; Thu, 28 Apr 2011 22:53:07 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7C4F21CC010
	for <gentoo-commits@lists.gentoo.org>; Thu, 28 Apr 2011 22:53:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id CBF5480505
	for <gentoo-commits@lists.gentoo.org>; Thu, 28 Apr 2011 22:53:05 +0000 (UTC)
From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" <alexxy@gentoo.org>
Message-ID: <3b30e9bb1be46f28c17267bfea2dba5e6f8b00bc.alexxy@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: sys-fs/zfs/, sys-devel/spl/
X-VCS-Repository: proj/sci
X-VCS-Files: sys-devel/spl/spl-0.6.0_rc3.ebuild sys-devel/spl/spl-9999.ebuild sys-fs/zfs/zfs-0.6.0_rc3.ebuild sys-fs/zfs/zfs-9999.ebuild
X-VCS-Directories: sys-fs/zfs/ sys-devel/spl/
X-VCS-Committer: alexxy
X-VCS-Committer-Name: Alexey Shvetsov
X-VCS-Revision: 3b30e9bb1be46f28c17267bfea2dba5e6f8b00bc
Date: Thu, 28 Apr 2011 22:53:05 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 
X-Archives-Hash: 3cfed58c2290b16f5037679600c082e3

commit:     3b30e9bb1be46f28c17267bfea2dba5e6f8b00bc
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 22:52:01 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Thu Apr 28 22:52:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc=
ommit;h=3D3b30e9bb

Fix include path  for zfs and spl

---
 sys-devel/spl/spl-0.6.0_rc3.ebuild |    1 +
 sys-devel/spl/spl-9999.ebuild      |    1 +
 sys-fs/zfs/zfs-0.6.0_rc3.ebuild    |    1 +
 sys-fs/zfs/zfs-9999.ebuild         |    1 +
 4 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/sys-devel/spl/spl-0.6.0_rc3.ebuild b/sys-devel/spl/spl-0.6.0=
_rc3.ebuild
index 40b2501..a59d99e 100644
--- a/sys-devel/spl/spl-0.6.0_rc3.ebuild
+++ b/sys-devel/spl/spl-0.6.0_rc3.ebuild
@@ -33,6 +33,7 @@ src_configure() {
 	set_arch_to_kernel
 	econf \
 		--prefix=3D"${EPREFIX}" \
+		--includedir=3D"${EPREFIX}"/usr/include \
 		--with-config=3Dall \
 		--with-linux=3D"${KERNEL_DIR}" \
 		--with-linux-obj=3D"${KERNEL_DIR}"

diff --git a/sys-devel/spl/spl-9999.ebuild b/sys-devel/spl/spl-9999.ebuil=
d
index 5aed7dd..60911da 100644
--- a/sys-devel/spl/spl-9999.ebuild
+++ b/sys-devel/spl/spl-9999.ebuild
@@ -32,6 +32,7 @@ src_configure() {
 	set_arch_to_kernel
 	econf \
 		--prefix=3D"${EPREFIX}" \
+		--includedir=3D"${EPREFIX}"/usr/include \
 		--with-config=3Dall \
 		--with-linux=3D"${KERNEL_DIR}" \
 		--with-linux-obj=3D"${KERNEL_DIR}"

diff --git a/sys-fs/zfs/zfs-0.6.0_rc3.ebuild b/sys-fs/zfs/zfs-0.6.0_rc3.e=
build
index c72cbb2..86d601d 100644
--- a/sys-fs/zfs/zfs-0.6.0_rc3.ebuild
+++ b/sys-fs/zfs/zfs-0.6.0_rc3.ebuild
@@ -36,6 +36,7 @@ src_configure() {
 	set_arch_to_kernel
 	econf \
 		--with-prefix=3D"${EPREFIX}" \
+		--includedir=3D"${EPREFIX}"/usr/include \
 		--with-config=3Dall \
 		--with-linux=3D"${KERNEL_DIR}" \
 		--with-linux-obj=3D"${KERNEL_DIR}" \

diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild
index 8394619..4568197 100644
--- a/sys-fs/zfs/zfs-9999.ebuild
+++ b/sys-fs/zfs/zfs-9999.ebuild
@@ -37,6 +37,7 @@ src_configure() {
 	set_arch_to_kernel
 	econf \
 		--with-prefix=3D"${EPREFIX}" \
+		--includedir=3D"${EPREFIX}"/usr/include \
 		--with-config=3Dall \
 		--with-linux=3D"${KERNEL_DIR}" \
 		--with-linux-obj=3D"${KERNEL_DIR}" \