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 1S1tGS-00013G-3Y for garchives@archives.gentoo.org; Mon, 27 Feb 2012 05:36:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88E51E13C1; Mon, 27 Feb 2012 05:36:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 53513E13C1 for ; Mon, 27 Feb 2012 05:36:40 +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 B5CC51B4003 for ; Mon, 27 Feb 2012 05:36:39 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2304) id 894972004B; Mon, 27 Feb 2012 05:36:38 +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: <20120227053638.894972004B@flycatcher.gentoo.org> Date: Mon, 27 Feb 2012 05:36:38 +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: 999972cd-8cd2-49ca-8326-d942ebd0a37d X-Archives-Hash: 39e74a8e3f447926ab0f3e0c34a94023 floppym 12/02/27 05:36:38 Modified: zfs-9999.ebuild ChangeLog Log: Adjust dependencies. =20 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64) Revision Changes Path 1.13 sys-fs/zfs/zfs-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-999= 9.ebuild?rev=3D1.13&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-999= 9.ebuild?rev=3D1.13&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-999= 9.ebuild?r1=3D1.12&r2=3D1.13 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.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- zfs-9999.ebuild 27 Feb 2012 05:17:19 -0000 1.12 +++ zfs-9999.ebuild 27 Feb 2012 05:36:38 -0000 1.13 @@ -1,6 +1,6 @@ # 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.12 201= 2/02/27 05:17:19 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.13 201= 2/02/27 05:36:38 floppym Exp $ =20 EAPI=3D"4" =20 @@ -16,11 +16,17 @@ KEYWORDS=3D"" IUSE=3D"custom-cflags debug static-libs" =20 -DEPEND=3D">=3Dsys-kernel/spl-${PV}" +DEPEND=3D" + >=3Dsys-kernel/spl-${PV} + sys-apps/util-linux[static-libs?] + sys-libs/zlib[static-libs?] +" RDEPEND=3D"${DEPEND} !sys-fs/zfs-fuse - sys-apps/util-linux - test? ( sys-fs/mdadm )" +" +DEPEND+=3D" + test? ( sys-fs/mdadm ) +" =20 AT_M4DIR=3D"config" AUTOTOOLS_AUTORECONF=3D"1" 1.13 sys-fs/zfs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeL= og?rev=3D1.13&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeL= og?rev=3D1.13&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeL= og?r1=3D1.12&r2=3D1.13 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.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 27 Feb 2012 05:17:19 -0000 1.12 +++ ChangeLog 27 Feb 2012 05:36:38 -0000 1.13 @@ -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.12 2012/02/2= 7 05:17:19 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.13 2012/02/2= 7 05:36:38 floppym Exp $ + + 27 Feb 2012; Mike Gilbert zfs-9999.ebuild: + Adjust dependencies. =20 27 Feb 2012; Mike Gilbert zfs-9999.ebuild: Inherit toolchain-funcs for gen_usr_ldscript.