diff options
author | 2023-01-13 10:11:49 +0000 | |
---|---|---|
committer | 2023-01-13 10:17:36 +0000 | |
commit | b6cddbc046b2471b0f5a441025f2d03bf4320f4d (patch) | |
tree | fca18ee11cdb21c2d44f0ddb8a77da11ed6c8dcd /media-libs/mutagen/mutagen-1.46.0.ebuild | |
parent | dev-python/Babel: fix build w/ sphinx 6 (diff) | |
download | gentoo-b6cddbc046b2471b0f5a441025f2d03bf4320f4d.tar.gz gentoo-b6cddbc046b2471b0f5a441025f2d03bf4320f4d.tar.bz2 gentoo-b6cddbc046b2471b0f5a441025f2d03bf4320f4d.zip |
media-libs/mutagen: fix build w/ sphinx 6
Closes: https://bugs.gentoo.org/889354
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/mutagen/mutagen-1.46.0.ebuild')
-rw-r--r-- | media-libs/mutagen/mutagen-1.46.0.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/media-libs/mutagen/mutagen-1.46.0.ebuild b/media-libs/mutagen/mutagen-1.46.0.ebuild index 64db60e6f2ca..63c163f649b3 100644 --- a/media-libs/mutagen/mutagen-1.46.0.ebuild +++ b/media-libs/mutagen/mutagen-1.46.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -31,6 +31,10 @@ BDEPEND=" DOCS=( NEWS README.rst ) +PATCHES=( + "${FILESDIR}"/${PN}-1.46.0-sphinx-6.patch +) + distutils_enable_tests pytest distutils_enable_sphinx docs \ dev-python/sphinx_rtd_theme |