commit:     47f7239e01ad9ab99ba28da8fb52f787ddf0648f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 04:46:27 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 26 04:46:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f7239e

gstreamer-meson.eclass: drop invalid local in global scope

Thanks to radhermit for reporting. Portage doesn't notice this because
it does sourcing in function-scope.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/gstreamer-meson.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/gstreamer-meson.eclass b/eclass/gstreamer-meson.eclass
index a4fb4b1a2028..b4bec2042a2f 100644
--- a/eclass/gstreamer-meson.eclass
+++ b/eclass/gstreamer-meson.eclass
@@ -209,7 +209,7 @@ if [[ "${PN}" != "${GST_ORG_MODULE}" ]]; then
        # Export multilib phases used for split builds.
        multilib_src_install_all() { gstreamer_multilib_src_install_all; }
 else
-       local extra_deps=""
+       extra_deps=""
 
        IUSE="nls test"
        RESTRICT="!test? ( test )"

Reply via email to