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

Collapse All | Expand All

(-)mod_spdy-9999.ebuild (-4 / +6 lines)
Lines 4-8 Link Here
4
4
5
EAPI="4"
5
EAPI=5
6
6
7
inherit apache-module eutils
7
PYTHON_COMPAT=( python2_5 python2_6 python2_7 )
8
inherit apache-module eutils python-any-r1
8
9
Lines 27-29 Link Here
27
RDEPEND="sys-libs/zlib[minizip]"
28
RDEPEND="sys-libs/zlib[minizip]"
28
DEPEND="${RDEPEND}"
29
DEPEND="${RDEPEND}
30
	${PYTHON_DEPS}"
29
if [[ ${PV} == 9999 ]] ; then
31
if [[ ${PV} == 9999 ]] ; then
Lines 73-75 Link Here
73
	#egclient runhooks "${myconf[@]}"
75
	#egclient runhooks "${myconf[@]}"
74
	e python src/build/gyp_chromium "${myconf[@]}"
76
	e ${EPYTHON} src/build/gyp_chromium "${myconf[@]}"
75
}
77
}

Return to bug 477084