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

Collapse All | Expand All

(-)mdadm-3.2.5-r1.ebuild (-1 / +2 lines)
Lines 15-21 Link Here
15
IUSE="static"
15
IUSE="static"
16
16
17
DEPEND="virtual/pkgconfig"
17
DEPEND="virtual/pkgconfig"
18
RDEPEND="!<sys-apps/baselayout-2
18
RDEPEND="!<sys-apps/baselayout-2.1-r1
19
	>=sys-apps/util-linux-2.16"
19
	>=sys-apps/util-linux-2.16"
20
20
21
# The tests edit values in /proc and run tests on software raid devices.
21
# The tests edit values in /proc and run tests on software raid devices.
Lines 34-39 Link Here
34
		CC="$(tc-getCC)" \
34
		CC="$(tc-getCC)" \
35
		CWFLAGS="-Wall" \
35
		CWFLAGS="-Wall" \
36
		CXFLAGS="${CFLAGS}" \
36
		CXFLAGS="${CFLAGS}" \
37
		MAP_DIR=/run/mdadm \
37
		"$@"
38
		"$@"
38
}
39
}
39
40

Return to bug 416081