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 1S1sxk-0005mx-In for garchives@archives.gentoo.org; Mon, 27 Feb 2012 05:17:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C327E12F9; Mon, 27 Feb 2012 05:17:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5EFDEE12F9 for ; Mon, 27 Feb 2012 05:17:21 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C452B653E6 for ; Mon, 27 Feb 2012 05:17:20 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2304) id 9D9B12004B; Mon, 27 Feb 2012 05:17:19 +0000 (UTC) From: "Mike Gilbert (floppym)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, floppym@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/zfs: zfs-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: zfs-9999.ebuild ChangeLog X-VCS-Directories: sys-fs/zfs X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert Content-Type: text/plain; charset=utf8 Message-Id: <20120227051719.9D9B12004B@flycatcher.gentoo.org> Date: Mon, 27 Feb 2012 05:17:19 +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: 026776dc-700e-4b17-a42a-add524fecd85 X-Archives-Hash: 4028b16d59f79a61fc6157d123d373d6 floppym 12/02/27 05:17:19 Modified: zfs-9999.ebuild ChangeLog Log: Inherit toolchain-funcs for gen_usr_ldscript. =20 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64) Revision Changes Path 1.12 sys-fs/zfs/zfs-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-999= 9.ebuild?rev=3D1.12&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-999= 9.ebuild?rev=3D1.12&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-999= 9.ebuild?r1=3D1.11&r2=3D1.12 Index: zfs-9999.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- zfs-9999.ebuild 27 Feb 2012 01:28:33 -0000 1.11 +++ zfs-9999.ebuild 27 Feb 2012 05:17:19 -0000 1.12 @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.11 201= 2/02/27 01:28:33 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.12 201= 2/02/27 05:17:19 floppym Exp $ =20 EAPI=3D"4" =20 -inherit flag-o-matic git-2 linux-mod autotools-utils +inherit flag-o-matic git-2 linux-mod toolchain-funcs autotools-utils =20 DESCRIPTION=3D"Native ZFS for Linux" HOMEPAGE=3D"http://zfsonlinux.org/" 1.12 sys-fs/zfs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeL= og?rev=3D1.12&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeL= og?rev=3D1.12&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeL= og?r1=3D1.11&r2=3D1.12 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 27 Feb 2012 01:28:33 -0000 1.11 +++ ChangeLog 27 Feb 2012 05:17:19 -0000 1.12 @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/zfs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.11 2012/02/2= 7 01:28:33 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.12 2012/02/2= 7 05:17:19 floppym Exp $ + + 27 Feb 2012; Mike Gilbert zfs-9999.ebuild: + Inherit toolchain-funcs for gen_usr_ldscript. =20 27 Feb 2012; Mike Gilbert zfs-9999.ebuild: Use --[s]bindir instead of --[s]bin.