diff options
author | Richard Yao <ryao@gentoo.org> | 2014-04-26 16:20:19 +0000 |
---|---|---|
committer | Richard Yao <ryao@gentoo.org> | 2014-04-26 16:20:19 +0000 |
commit | f1dbe12f743dbd19bd21326fb54f4c29dace0243 (patch) | |
tree | e0d1a9e6c4b91cdb700494ce9fe9a08d8d71e583 /sys-fs/zfs-kmod | |
parent | Stable for amd64 wrt bug #498156 (diff) | |
download | gentoo-2-f1dbe12f743dbd19bd21326fb54f4c29dace0243.tar.gz gentoo-2-f1dbe12f743dbd19bd21326fb54f4c29dace0243.tar.bz2 gentoo-2-f1dbe12f743dbd19bd21326fb54f4c29dace0243.zip |
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)
Diffstat (limited to 'sys-fs/zfs-kmod')
-rw-r--r-- | sys-fs/zfs-kmod/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/zfs-kmod/zfs-kmod-9999.ebuild | 9 |
2 files changed, 11 insertions, 4 deletions
diff --git a/sys-fs/zfs-kmod/ChangeLog b/sys-fs/zfs-kmod/ChangeLog index f2123a728dda..d9111b69a81e 100644 --- a/sys-fs/zfs-kmod/ChangeLog +++ b/sys-fs/zfs-kmod/ChangeLog @@ -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 <ryao@gentoo.org> 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) diff --git a/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild b/sys-fs/zfs-kmod/zfs-kmod-9999.ebuild index 080ecbc62a74..3c51133fdbfc 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-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 @@ HOMEPAGE="http://zfsonlinux.org/" 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 @@ pkg_setup() { ZLIB_INFLATE " + use debug && CONFIG_CHECK="FRAME_POINTER + ${CONFIG_FRAME_POINTER}" + use rootfs && \ CONFIG_CHECK="${CONFIG_CHECK} BLK_DEV_INITRD DEVTMPFS" |