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

(-)apache/apache-1.3.29-r2.ebuild (-3 lines)
Lines 31-39 Link Here
31
#Standard location for Gentoo Linux
31
#Standard location for Gentoo Linux
32
DATADIR="/var/www/localhost"
32
DATADIR="/var/www/localhost"
33
33
34
# Enforce sane make opts
35
MAKEOPTS="${MAKEOPTS} -j1"
36
37
src_unpack() {
34
src_unpack() {
38
	local myssl
35
	local myssl
39
	unpack ${A} || die
36
	unpack ${A} || die
(-)apache/apache-2.0.49-r1.ebuild (-3 lines)
Lines 28-36 Link Here
28
	!mips? ( ldap? ( =net-nds/openldap-2* ) )"
28
	!mips? ( ldap? ( =net-nds/openldap-2* ) )"
29
IUSE="berkdb gdbm ldap threads ipv6 doc"
29
IUSE="berkdb gdbm ldap threads ipv6 doc"
30
30
31
# Enforce sane make opts
32
MAKEOPTS="${MAKEOPTS} -j1"
33
34
apache_setup_vars() {
31
apache_setup_vars() {
35
	# Sane makeopts
32
	# Sane makeopts
36
	get_number_of_jobs
33
	get_number_of_jobs

Return to bug 47637