ryao 14/04/26 16:20:19 Modified: zfs-kmod-9999.ebuild ChangeLog Log: Improve USE=debug on 9999 ebuild: changes will be propagated to the next revision bump (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)
Revision Changes Path 1.19 sys-fs/zfs-kmod/zfs-kmod-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?r1=1.18&r2=1.19 Index: zfs-kmod-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- zfs-kmod-9999.ebuild 21 Nov 2013 15:47:44 -0000 1.18 +++ zfs-kmod-9999.ebuild 26 Apr 2014 16:20:19 -0000 1.19 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.18 2013/11/21 15:47:44 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.19 2014/04/26 16:20:19 ryao Exp $ EAPI="4" @@ -29,7 +29,7 @@ LICENSE="CDDL debug? ( GPL-2+ )" SLOT="0" IUSE="custom-cflags debug +rootfs" -RESTRICT="test" +RESTRICT="debug? ( strip ) test" DEPEND=" =sys-kernel/spl-${PV}* @@ -53,6 +53,9 @@ ZLIB_INFLATE " + use debug && CONFIG_CHECK="FRAME_POINTER + ${CONFIG_FRAME_POINTER}" + use rootfs && \ CONFIG_CHECK="${CONFIG_CHECK} BLK_DEV_INITRD DEVTMPFS" 1.44 sys-fs/zfs-kmod/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.44&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?r1=1.43&r2=1.44 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 11 Apr 2014 04:43:29 -0000 1.43 +++ ChangeLog 26 Apr 2014 16:20:19 -0000 1.44 @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/zfs-kmod # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.43 2014/04/11 04:43:29 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.44 2014/04/26 16:20:19 ryao Exp $ + + 26 Apr 2014; Richard Yao <[email protected]> zfs-kmod-9999.ebuild: + Improve USE=debug on 9999 ebuild: changes will be propagated to the next + revision bump *zfs-kmod-0.6.2-r5 (11 Apr 2014)
