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

Collapse All | Expand All

(-)/usr/portage/dev-python/pyxml/pyxml-0.8.4-r2.ebuild (+3 lines)
Lines 32-37 Link Here
32
	distutils_src_prepare
32
	distutils_src_prepare
33
33
34
	epatch "${FILESDIR}/${P}-python-2.6.patch"
34
	epatch "${FILESDIR}/${P}-python-2.6.patch"
35
	epatch "${FILESDIR}/fix-syntax-error.patch"
35
36
36
	# Delete internal copy of old version of unittest module.
37
	# Delete internal copy of old version of unittest module.
37
	rm -f test/unittest.py
38
	rm -f test/unittest.py
Lines 44-49 Link Here
44
	# better according to the docs
45
	# better according to the docs
45
	if has_version "dev-python/4suite"; then
46
	if has_version "dev-python/4suite"; then
46
		myconf="--without-xslt --without-xpath"
47
		myconf="--without-xslt --without-xpath"
48
	else
49
		myconf="--with-xslt --with-xpath"
47
	fi
50
	fi
48
51
49
	# use the already-installed shared copy of libexpat
52
	# use the already-installed shared copy of libexpat

Return to bug 321075