Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 499286 Details for
Bug 633614
dev-python/python-musicbrainz-ngs -> PYTHON_TARGET ->python3_6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-dev-python-python-musicbrainz-ngs-fix-doc-building-a.patch
0002-dev-python-python-musicbrainz-ngs-fix-doc-building-a.patch (text/plain), 1.14 KB, created by
gerion
on 2017-10-19 16:28:16 UTC
(
hide
)
Description:
0001-dev-python-python-musicbrainz-ngs-fix-doc-building-a.patch
Filename:
MIME Type:
Creator:
gerion
Created:
2017-10-19 16:28:16 UTC
Size:
1.14 KB
patch
obsolete
>From 26184604cfd7c1868c4e0d462524c6f69ece76de Mon Sep 17 00:00:00 2001 >From: Gerion Entrup <gerion.entrup@flump.de> >Date: Thu, 19 Oct 2017 18:17:01 +0200 >Subject: [PATCH] dev-python/python-musicbrainz-ngs: fix doc building and add Python 3.6 > >Closes: https://bugs.gentoo.org/633614 >--- > dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild b/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild >index ebf8f704489..9f634440ae1 100644 >--- a/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild >+++ b/dev-python/python-musicbrainz-ngs/python-musicbrainz-ngs-0.6.ebuild >@@ -3,7 +3,7 @@ > > EAPI=5 > >-PYTHON_COMPAT=( python{2_7,3_4,3_5} ) >+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) > > inherit distutils-r1 > >@@ -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 > } > >-- >2.13.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 633614
:
499286
|
499328
|
499330