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

Collapse All | Expand All

(-)old/xorg-docs-1.4-r1.ebuild (+9 lines)
Lines 36-38 Link Here
36
36
37
# parallel build broken -- https://bugs.gentoo.org/show_bug.cgi?id=170798
37
# parallel build broken -- https://bugs.gentoo.org/show_bug.cgi?id=170798
38
MAKEOPTS="${MAKEOPTS} -j1"
38
MAKEOPTS="${MAKEOPTS} -j1"
39
40
pkg_setup() {
41
	if ! built_with_use app-text/sgml-common jadetex ; then
42
		eerror "sgml-common is missing jadetex support. Please add 'jadetex'"
43
		eerror "to your USE flags, and re-emerge app-text/sgml-common."
44
		die "app-text/sgml-common needs jadetex support"
45
	fi
46
}
47

Return to bug 191661