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 1Rx8qg-0005VE-VO for garchives@archives.gentoo.org; Tue, 14 Feb 2012 03:14:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D54C9E097C; Tue, 14 Feb 2012 03:14:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A2221E097C for ; Tue, 14 Feb 2012 03:14:27 +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 113E364C5D for ; Tue, 14 Feb 2012 03:14:27 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2304) id DEC972004B; Tue, 14 Feb 2012 03:14:25 +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: <20120214031425.DEC972004B@flycatcher.gentoo.org> Date: Tue, 14 Feb 2012 03:14:25 +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: 28cb41ae-bb93-49bb-ab1e-8a98fedbeea3 X-Archives-Hash: d574f735ea094dd81f5de100dbe30dfc floppym 12/02/14 03:14:25 Modified: zfs-9999.ebuild ChangeLog Log: Per Richard, add debug USE flag. =20 (Portage version: 2.2.0_alpha86/cvs/Linux x86_64) Revision Changes Path 1.7 sys-fs/zfs/zfs-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-999= 9.ebuild?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-999= 9.ebuild?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-999= 9.ebuild?r1=3D1.6&r2=3D1.7 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.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- zfs-9999.ebuild 4 Feb 2012 21:06:23 -0000 1.6 +++ zfs-9999.ebuild 14 Feb 2012 03:14:25 -0000 1.7 @@ -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.6 2012= /02/04 21:06:23 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.7 2012= /02/14 03:14:25 floppym Exp $ =20 EAPI=3D"4" =20 @@ -14,7 +14,7 @@ LICENSE=3D"CDDL GPL-2" SLOT=3D"0" KEYWORDS=3D"" -IUSE=3D"static-libs" +IUSE=3D"debug static-libs" =20 DEPEND=3D">=3Dsys-kernel/spl-${PV}" RDEPEND=3D"${DEPEND} @@ -38,6 +38,7 @@ --with-linux=3D"${KV_DIR}" --with-linux-obj=3D"${KV_OUT_DIR}" --with-udevdir=3D/lib/udev + $(use_enable debug) ) autotools-utils_src_configure } 1.7 sys-fs/zfs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeL= og?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeL= og?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeL= og?r1=3D1.6&r2=3D1.7 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.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 4 Feb 2012 21:06:23 -0000 1.6 +++ ChangeLog 14 Feb 2012 03:14:25 -0000 1.7 @@ -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.6 2012/02/04= 21:06:23 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.7 2012/02/14= 03:14:25 floppym Exp $ + + 14 Feb 2012; Mike Gilbert zfs-9999.ebuild: + Per Richard, add debug USE flag. =20 04 Feb 2012; Mike Gilbert zfs-9999.ebuild: Pass --exec-prefix=3D to configure; requested by Richard Yao.