ryao 14/05/22 21:39:35 Modified: zfs-kmod-9999.ebuild ChangeLog Log: CONFIG_DEBUG_INFO should be DEBUG_INFO (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)
Revision Changes Path 1.21 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.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild?r1=1.20&r2=1.21 Index: zfs-kmod-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- zfs-kmod-9999.ebuild 14 May 2014 17:36:55 -0000 1.20 +++ zfs-kmod-9999.ebuild 22 May 2014 21:39:35 -0000 1.21 @@ -1,6 +1,6 @@ # 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.20 2014/05/14 17:36:55 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.21 2014/05/22 21:39:35 ryao Exp $ EAPI="4" @@ -54,7 +54,7 @@ " use debug && CONFIG_CHECK="FRAME_POINTER - CONFIG_DEBUG_INFO" + DEBUG_INFO" use rootfs && \ CONFIG_CHECK="${CONFIG_CHECK} BLK_DEV_INITRD 1.46 sys-fs/zfs-kmod/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.46&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?rev=1.46&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs-kmod/ChangeLog?r1=1.45&r2=1.46 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- ChangeLog 14 May 2014 17:36:55 -0000 1.45 +++ ChangeLog 22 May 2014 21:39:35 -0000 1.46 @@ -1,6 +1,9 @@ # 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.45 2014/05/14 17:36:55 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.46 2014/05/22 21:39:35 ryao Exp $ + + 22 May 2014; Richard Yao <[email protected]> zfs-kmod-9999.ebuild: + CONFIG_DEBUG_INFO should be DEBUG_INFO 14 May 2014; Richard Yao <[email protected]> zfs-kmod-9999.ebuild: Require CONFIG_DEBUG_INFO for USE=debug on =sys-fs/zfs-kmod-9999
