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 (-3 / +5 lines)
Lines 3-9 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_spdy/mod_spdy-9999.ebuild,v 1.2 2013/07/16 10:52:21 slyfox Exp $
3
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_spdy/mod_spdy-9999.ebuild,v 1.2 2013/07/16 10:52:21 slyfox Exp $
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-single-r1
8
9
9
if [[ ${PV} == 9999 ]] ; then
10
if [[ ${PV} == 9999 ]] ; then
Lines 24-27 Link Here
24
SLOT="0"
25
SLOT="0"
25
IUSE="debug test"
26
IUSE="debug test"
27
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
26
28
27
RDEPEND="sys-libs/zlib[minizip]"
29
RDEPEND="sys-libs/zlib[minizip]"
Lines 72-76 Link Here
72
	)
74
	)
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
}
76
78

Return to bug 477084