diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-01-13 11:47:27 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-01-13 11:49:23 -0500 |
commit | 8151f3c6f1c398530eabf4931ca7873763013707 (patch) | |
tree | 8f4a726a6dfda134e986306d260a76fed3be1230 /media-video | |
parent | dev-libs/mpfr: Stabilize 4.1.1_p1 sparc, #890008 (diff) | |
download | gentoo-8151f3c6f1c398530eabf4931ca7873763013707.tar.gz gentoo-8151f3c6f1c398530eabf4931ca7873763013707.tar.bz2 gentoo-8151f3c6f1c398530eabf4931ca7873763013707.zip |
media-video/mpv: drop obsolete rst2html workaround in live
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 0f9e5d85df07..b973d14bb739 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.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 @@ -132,12 +132,6 @@ pkg_setup() { python-single-r1_pkg_setup } -src_prepare() { - default - - sed -i "s/'rst2html/&.py/" meson.build || die -} - src_configure() { if use !debug; then if use test; then |