commit: 75200fe9542a9a0f936fdf564bbcaa61753802ff Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sun Oct 17 11:30:52 2021 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sun Oct 17 11:31:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75200fe9
media-video/totem: fix install with USE=gtk-doc Closes: https://bugs.gentoo.org/812170 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> media-video/totem/totem-3.38.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-video/totem/totem-3.38.1.ebuild b/media-video/totem/totem-3.38.1.ebuild index 3929a171a69..2e4a4a124df 100644 --- a/media-video/totem/totem-3.38.1.ebuild +++ b/media-video/totem/totem-3.38.1.ebuild @@ -98,6 +98,7 @@ src_configure() { } src_install() { + local -x GST_PLUGIN_SYSTEM_PATH_1_0= # bug 812170 meson_src_install if use python ; then python_optimize "${ED}"/usr/$(get_libdir)/totem/plugins/
