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 1QaA1g-0004Oi-AY for garchives@archives.gentoo.org; Fri, 24 Jun 2011 17:18:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E41C21C244; Fri, 24 Jun 2011 17:13:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 858471C241 for ; Fri, 24 Jun 2011 17:09:29 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 263F11B401C for ; Fri, 24 Jun 2011 17:09:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8587E8004B for ; Fri, 24 Jun 2011 17:09:28 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <8a2acd2331681ac98ad2ed670c2232ed4957e758.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-fs/zfs/ X-VCS-Repository: proj/sci X-VCS-Files: sys-fs/zfs/zfs-0.6.0_rc4.ebuild X-VCS-Directories: sys-fs/zfs/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8a2acd2331681ac98ad2ed670c2232ed4957e758 Date: Fri, 24 Jun 2011 17:09:28 +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: b8e21188687277192e310d89004f1e58 commit: 8a2acd2331681ac98ad2ed670c2232ed4957e758 Author: Justin Lecher gentoo org> AuthorDate: Fri Jun 24 16:22:47 2011 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jun 24 16:22:47 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D8a2acd23 Sort inherit and/or USE (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit = with key 70EB7916) --- sys-fs/zfs/zfs-0.6.0_rc4.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sys-fs/zfs/zfs-0.6.0_rc4.ebuild b/sys-fs/zfs/zfs-0.6.0_rc4.e= build index a7316c7..efe78b2 100644 --- a/sys-fs/zfs/zfs-0.6.0_rc4.ebuild +++ b/sys-fs/zfs/zfs-0.6.0_rc4.ebuild @@ -6,7 +6,7 @@ EAPI=3D"2" =20 WANT_AUTOMAKE=3D"1.11" AT_M4DIR=3D./config # for aclocal called by eautoreconf -inherit eutils autotools linux-mod +inherit autotools eutils linux-mod =20 DESCRIPTION=3D"Native ZFS for Linux" HOMEPAGE=3D"http://wiki.github.com/behlendorf/zfs/"