diff options
author | 2014-05-14 17:36:55 +0000 | |
---|---|---|
committer | 2014-05-14 17:36:55 +0000 | |
commit | 6de8367dc70f5b506188acca83ecf8d6a395e5ca (patch) | |
tree | 109181a23d901564301a544580f3435fd70a22b5 /sys-fs/zfs-kmod | |
parent | EAPI 1 -> 5. Make use of java_prepare. (diff) | |
download | gentoo-2-6de8367dc70f5b506188acca83ecf8d6a395e5ca.tar.gz gentoo-2-6de8367dc70f5b506188acca83ecf8d6a395e5ca.tar.bz2 gentoo-2-6de8367dc70f5b506188acca83ecf8d6a395e5ca.zip |
Require CONFIG_DEBUG_INFO for USE=debug on =sys-fs/zfs-kmod-9999
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)
Diffstat (limited to 'sys-fs/zfs-kmod')
-rw-r--r-- | sys-fs/zfs-kmod/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/zfs-kmod/zfs-kmod-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/zfs-kmod/ChangeLog b/sys-fs/zfs-kmod/ChangeLog index d9111b69a81e..097d3dbb469d 100644 --- a/sys-fs/zfs-kmod/ChangeLog +++ b/sys-fs/zfs-kmod/ChangeLog @@ -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.44 2014/04/26 16:20:19 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/ChangeLog,v 1.45 2014/05/14 17:36:55 ryao Exp $ + + 14 May 2014; Richard Yao <ryao@gentoo.org> zfs-kmod-9999.ebuild: + Require CONFIG_DEBUG_INFO for USE=debug on =sys-fs/zfs-kmod-9999 26 Apr 2014; Richard Yao <ryao@gentoo.org> zfs-kmod-9999.ebuild: Improve USE=debug on 9999 ebuild: changes will be propagated to the next diff --git a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild index 3c51133fdbfc..8f41c08b9f58 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild @@ -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.19 2014/04/26 16:20:19 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild,v 1.20 2014/05/14 17:36:55 ryao Exp $ EAPI="4" @@ -54,7 +54,7 @@ pkg_setup() { " use debug && CONFIG_CHECK="FRAME_POINTER - ${CONFIG_FRAME_POINTER}" + CONFIG_DEBUG_INFO" use rootfs && \ CONFIG_CHECK="${CONFIG_CHECK} BLK_DEV_INITRD |