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

Collapse All | Expand All

(-)../../../gentoo/app-admin/webapp-config/webapp-config-1.50.19.ebuild (-1 / +5 lines)
Lines 7-13 Link Here
7
PYTHON_DEPEND="2:2.6"
7
PYTHON_DEPEND="2:2.6"
8
SUPPORT_PYTHON_ABIS="1"
8
SUPPORT_PYTHON_ABIS="1"
9
9
10
inherit distutils
10
inherit distutils eutils
11
11
12
DESCRIPTION="Gentoo's installer for web-based applications"
12
DESCRIPTION="Gentoo's installer for web-based applications"
13
HOMEPAGE="http://sourceforge.net/projects/webapp-config/"
13
HOMEPAGE="http://sourceforge.net/projects/webapp-config/"
Lines 24-29 Link Here
24
24
25
PYTHON_MODNAME="WebappConfig"
25
PYTHON_MODNAME="WebappConfig"
26
26
27
src_prepare() {
28
	epatch "${FILESDIR}/${PN}-use-cave.patch"
29
}
30
27
src_compile() {
31
src_compile() {
28
	distutils_src_compile
32
	distutils_src_compile
29
	#parallel build fixed in next release
33
	#parallel build fixed in next release

Return to bug 428378