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

Collapse All | Expand All

(-)a/paver-1.0.3.ebuild (-1 / +9 lines)
Lines 7-13 Link Here
7
SUPPORT_PYTHON_ABIS="1"
7
SUPPORT_PYTHON_ABIS="1"
8
RESTRICT_PYTHON_ABIS="3.*"
8
RESTRICT_PYTHON_ABIS="3.*"
9
9
10
inherit distutils
10
inherit distutils eutils
11
11
12
MY_PN="${PN/p/P}"
12
MY_PN="${PN/p/P}"
13
MY_P="${MY_PN}-${PV}"
13
MY_P="${MY_PN}-${PV}"
Lines 27-29 Link Here
27
S="${WORKDIR}/${MY_P}"
27
S="${WORKDIR}/${MY_P}"
28
28
29
DOCS="README.txt"
29
DOCS="README.txt"
30
31
src_prepare() {
32
	epatch "${FILESDIR}/${P}-add-support-for-negative-options.patch"
33
	# Above patch will not work if we not delete paver-minilib.zip and force
34
	# build system use paver/ subdirectory instead of bundled zip.
35
	rm -f paver-minilib.zip || die
36
	default_src_prepare
37
}

Return to bug 348710