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

Collapse All | Expand All

(-)apache-2.0.51.ebuild (-2 / +3 lines)
Lines 9-15 Link Here
9
DESCRIPTION="Apache Web Server, Version 2.0.x"
9
DESCRIPTION="Apache Web Server, Version 2.0.x"
10
HOMEPAGE="http://www.apache.org/"
10
HOMEPAGE="http://www.apache.org/"
11
SRC_URI="http://www.apache.org/dist/httpd/httpd-${PV}.tar.gz
11
SRC_URI="http://www.apache.org/dist/httpd/httpd-${PV}.tar.gz
12
	http://dev.gentoo.org/~stuart/apache/apache-patches-${PVR}.tar.bz2"
12
	http://dev.gentoo.org/~stuart/apache/apache-patches-${PV}.tar.bz2"
13
13
14
LICENSE="Apache-2.0"
14
LICENSE="Apache-2.0"
15
SLOT="2"
15
SLOT="2"
Lines 52-58 Link Here
52
	# patches?
52
	# patches?
53
53
54
	EPATCH_SUFFIX="patch"
54
	EPATCH_SUFFIX="patch"
55
	epatch ${WORKDIR}/apache-patches-${PVR} || die
55
	epatch ${WORKDIR}/apache-patches-${PV} || die
56
	epatch ${FILESDIR}/patches/${PVR}/00_satisfy_merge.patch || die
56
57
57
	if use berkdb; then
58
	if use berkdb; then
58
		einfo "Enabling berkdb."
59
		einfo "Enabling berkdb."

Return to bug 64804