Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 478684
Collapse All | Expand All

(-)a/sys-fs/zfs/metadata.xml (+1 lines)
Lines 6-11 Link Here
6
		<name>Richard Yao</name>
6
		<name>Richard Yao</name>
7
	</maintainer>
7
	</maintainer>
8
	<use>
8
	<use>
9
		<flag name="dracut">Install Dracut initramfs module</flag>
9
		<flag name="kernel-builtin">Disable dependency on sys-fs/zfs-kmod under the assumption that ZFS is part of the kernel source tree</flag>
10
		<flag name="kernel-builtin">Disable dependency on sys-fs/zfs-kmod under the assumption that ZFS is part of the kernel source tree</flag>
10
		<flag name="rootfs">Enable dependencies required for booting off a pool containing a rootfs</flag>
11
		<flag name="rootfs">Enable dependencies required for booting off a pool containing a rootfs</flag>
11
		<flag name="test-suite">Install regression test suite</flag>
12
		<flag name="test-suite">Install regression test suite</flag>
(-)a/sys-fs/zfs/zfs-0.6.1-r3.ebuild (-2 / +3 lines)
Lines 26-32 HOMEPAGE="http://zfsonlinux.org/" Link Here
26
26
27
LICENSE="BSD-2 CDDL MIT"
27
LICENSE="BSD-2 CDDL MIT"
28
SLOT="0"
28
SLOT="0"
29
IUSE="bash-completion custom-cflags kernel-builtin +rootfs selinux test-suite static-libs"
29
IUSE="bash-completion custom-cflags dracut kernel-builtin +rootfs selinux test-suite static-libs"
30
RESTRICT="test"
30
RESTRICT="test"
31
31
32
COMMON_DEPEND="
32
COMMON_DEPEND="
Lines 58-63 RDEPEND="${COMMON_DEPEND} Link Here
58
		app-misc/pax-utils
58
		app-misc/pax-utils
59
		!<sys-boot/grub-2.00-r2:2
59
		!<sys-boot/grub-2.00-r2:2
60
		)
60
		)
61
	dracut? ( sys-kernel/dracut )
61
"
62
"
62
63
63
pkg_setup() {
64
pkg_setup() {
Lines 116-122 src_configure() { Link Here
116
src_install() {
117
src_install() {
117
	autotools-utils_src_install
118
	autotools-utils_src_install
118
	gen_usr_ldscript -a uutil nvpair zpool zfs
119
	gen_usr_ldscript -a uutil nvpair zpool zfs
119
	rm -rf "${ED}usr/lib/dracut"
120
	use dracut || rm -rf "${ED}usr/lib/dracut"
120
	use test-suite || rm -rf "${ED}usr/share/zfs"
121
	use test-suite || rm -rf "${ED}usr/share/zfs"
121
122
122
	use bash-completion && newbashcomp "${FILESDIR}/bash-completion" zfs
123
	use bash-completion && newbashcomp "${FILESDIR}/bash-completion" zfs

Return to bug 478684