Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 517218 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
0
-- mdadm-3.3.1.ebuild
0
++ mdadm-3.3.1.ebuild
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/mdadm-3.3.1.ebuild,v 1.1 2014/07/14 18:08:15 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/mdadm-3.3.1.ebuild,v 1.1 2014/07/14 18:08:15 ssuominen Exp $
4
4
5
EAPI="4"
5
EAPI="4"
6
inherit multilib flag-o-matic systemd toolchain-funcs udev
6
inherit eutils flag-o-matic multilib systemd toolchain-funcs udev
7
7
8
DESCRIPTION="A useful tool for running RAID systems - it can be used as a replacement for the raidtools"
8
DESCRIPTION="A useful tool for running RAID systems - it can be used as a replacement for the raidtools"
9
HOMEPAGE="http://neil.brown.name/blog/mdadm"
9
HOMEPAGE="http://neil.brown.name/blog/mdadm"
Lines 36-41 Link Here
36
		"$@"
36
		"$@"
37
}
37
}
38
38
39
src_prepare() {
40
	epatch "${FILESDIR}"/${P}-parallel-make.patch
41
}
42
39
src_compile() {
43
src_compile() {
40
	use static && append-ldflags -static
44
	use static && append-ldflags -static
41
	mdadm_emake all mdassemble
45
	mdadm_emake all mdassemble

Return to bug 517218