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

Collapse All | Expand All

(-)a/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild (-3 / +2 lines)
Lines 3-9 Link Here
3
3
4
EAPI=5
4
EAPI=5
5
5
6
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
6
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
7
7
8
inherit distutils-r1
8
inherit distutils-r1
9
9
Lines 26-32 DEPEND="${RDEPEND} Link Here
26
26
27
python_prepare_all() {
27
python_prepare_all() {
28
	# Prevent un-needed d'loading
28
	# Prevent un-needed d'loading
29
	sed -e "s/,^ *'sphinx.ext.intersphinx'//" -i docs/conf.py || die
29
	sed -e "s/^ *'sphinx.ext.intersphinx'//" -i docs/conf.py || die
30
	distutils-r1_python_prepare_all
30
	distutils-r1_python_prepare_all
31
}
31
}
32
32
33
- 

Return to bug 633614