diff options
author | 2014-04-26 16:20:23 +0000 | |
---|---|---|
committer | 2014-04-26 16:20:23 +0000 | |
commit | a99b6f14ae9bf2a0a037ca04590e7afb2a9d9af6 (patch) | |
tree | 8c27602be80b3a6ec9489ec8e56ba3a2ebf81a96 /sys-kernel | |
parent | Improve USE=debug on 9999 ebuild: changes will be propagated to the next revi... (diff) | |
download | gentoo-2-a99b6f14ae9bf2a0a037ca04590e7afb2a9d9af6.tar.gz gentoo-2-a99b6f14ae9bf2a0a037ca04590e7afb2a9d9af6.tar.bz2 gentoo-2-a99b6f14ae9bf2a0a037ca04590e7afb2a9d9af6.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-kernel')
-rw-r--r-- | sys-kernel/spl/ChangeLog | 6 | ||||
-rw-r--r-- | sys-kernel/spl/spl-9999.ebuild | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-kernel/spl/ChangeLog b/sys-kernel/spl/ChangeLog index 69b75fd0b8fe..683c36d75f84 100644 --- a/sys-kernel/spl/ChangeLog +++ b/sys-kernel/spl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-kernel/spl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/spl/ChangeLog,v 1.69 2014/04/11 04:42:22 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/spl/ChangeLog,v 1.70 2014/04/26 16:20:23 ryao Exp $ + + 26 Apr 2014; Richard Yao <ryao@gentoo.org> spl-9999.ebuild: + Improve USE=debug on 9999 ebuild: changes will be propagated to the next + revision bump *spl-0.6.2-r5 (11 Apr 2014) diff --git a/sys-kernel/spl/spl-9999.ebuild b/sys-kernel/spl/spl-9999.ebuild index ffdfc16270b1..83402712b473 100644 --- a/sys-kernel/spl/spl-9999.ebuild +++ b/sys-kernel/spl/spl-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-kernel/spl/spl-9999.ebuild,v 1.37 2013/04/17 14:30:09 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/spl/spl-9999.ebuild,v 1.38 2014/04/26 16:20:23 ryao Exp $ EAPI="4" AUTOTOOLS_AUTORECONF="1" @@ -24,7 +24,7 @@ HOMEPAGE="http://zfsonlinux.org/" LICENSE="GPL-2" SLOT="0" IUSE="custom-cflags debug debug-log" -RESTRICT="test" +RESTRICT="debug? ( strip ) test" COMMON_DEPEND="dev-lang/perl virtual/awk" @@ -48,6 +48,8 @@ pkg_setup() { ZLIB_DEFLATE ZLIB_INFLATE " + use debug && CONFIG_CHECK="FRAME_POINTER + ${CONFIG_FRAME_POINTER}" kernel_is ge 2 6 26 || die "Linux 2.6.26 or newer required" |