dev-python/python-musicbrainz-ngs: prevent d'loading files with doc flag
authorGerion Entrup <gerion.entrup@flump.de>
Thu, 19 Oct 2017 18:02:32 +0000 (20:02 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 19 Oct 2017 18:39:14 +0000 (20:39 +0200)
dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild

index ebf8f704489d3d844217b046c9ccdd85d2e95fce..56616c60b91f91f84e8d59090ca75627dac5c9dc 100644 (file)
@@ -26,7 +26,7 @@ DEPEND="${RDEPEND}
 
 python_prepare_all() {
        # Prevent un-needed d'loading
-       sed -e "s/,^ *'sphinx.ext.intersphinx'//" -i docs/conf.py || die
+       sed -e "s/^ *'sphinx.ext.intersphinx'//" -i docs/conf.py || die
        distutils-r1_python_prepare_all
 }