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 ) id 1QLFuw-0005OP-J1 for garchives@archives.gentoo.org; Sat, 14 May 2011 14:34:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A09481C064; Sat, 14 May 2011 14:33:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 721191C064 for ; Sat, 14 May 2011 14:33:59 +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 00C9C1B4028 for ; Sat, 14 May 2011 14:33:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7076F80505 for ; Sat, 14 May 2011 14:33:58 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <255d48ae70f1be84e418fabf025bea1d9819de1b.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-fs/zfs/ X-VCS-Repository: proj/sci X-VCS-Files: sys-fs/zfs/zfs-9999.ebuild X-VCS-Directories: sys-fs/zfs/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 255d48ae70f1be84e418fabf025bea1d9819de1b Date: Sat, 14 May 2011 14:33:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: b966dc0197505f1dcdc0e62cd91544c9 commit: 255d48ae70f1be84e418fabf025bea1d9819de1b Author: Alexey Shvetsov gentoo org> AuthorDate: Sat May 14 14:33:04 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sat May 14 14:33:04 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D255d48ae [sys-fs/zfs] Fix typo (Portage version: 2.2.0_alpha32/git/Linux x86_64, signed Manifest commit = with key F82F92E6) --- sys-fs/zfs/zfs-9999.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild index db6fe7c..091776b 100644 --- a/sys-fs/zfs/zfs-9999.ebuild +++ b/sys-fs/zfs/zfs-9999.ebuild @@ -41,7 +41,7 @@ pkg_setup() { =20 src_prepare() { epatch "${FILESDIR}"/${PN}-0.6.0-includedir.patch - epatch "{FILESDIR}"/0001-gentoo-Fix-detection-of-gentoo.patch + epatch "${FILESDIR}"/0001-gentoo-Fix-detection-of-gentoo.patch eautoreconf } =20