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

Collapse All | Expand All

(-)make-3.80.ebuild (+6 lines)
Lines 18-23 Link Here
18
DEPEND="virtual/glibc nls? ( sys-devel/gettext )"
18
DEPEND="virtual/glibc nls? ( sys-devel/gettext )"
19
RDEPEND="virtual/glibc"
19
RDEPEND="virtual/glibc"
20
20
21
src_unpack () {
22
	unpack ${A}
23
	cd ${S}
24
	epatch ${FILESDIR}/${P}-virt-mem-exhausted.patch
25
}
26
21
src_compile() {
27
src_compile() {
22
28
23
	# Detect mips systems properly
29
	# Detect mips systems properly

Return to bug 48765