Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 17 May 2022 16:47:19
Message-Id: 1652806029.d1bafa37fa90a9a817fd037c244e0ff122e688cf.mattst88@gentoo
1 commit: d1bafa37fa90a9a817fd037c244e0ff122e688cf
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 16:46:39 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 16:47:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1bafa37
7
8 gstreamer-meson.eclass: Fix typos
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 eclass/gstreamer-meson.eclass | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/gstreamer-meson.eclass b/eclass/gstreamer-meson.eclass
16 index bae35c7edcea..f81c2beeccd8 100644
17 --- a/eclass/gstreamer-meson.eclass
18 +++ b/eclass/gstreamer-meson.eclass
19 @@ -40,7 +40,7 @@ esac
20 # @ECLASS_VARIABLE: GST_PLUGINS_ENABLED
21 # @DESCRIPTION:
22 # Defines the plugins to be built.
23 -# May be set by an ebuild and contain more than one indentifier, space
24 +# May be set by an ebuild and contain more than one identifier, space
25 # separated (only src_configure can handle mutiple plugins at this time).
26
27 # @ECLASS_VARIABLE: GST_PLUGINS_NOAUTO
28 @@ -202,7 +202,7 @@ multilib_src_compile() { gstreamer_multilib_src_compile; }
29 multilib_src_install() { gstreamer_multilib_src_install; }
30
31 if [[ "${PN}" != "${GST_ORG_MODULE}" ]]; then
32 - # Do not run test phase for invididual plugin ebuilds.
33 + # Do not run test phase for individual plugin ebuilds.
34 RESTRICT="test"
35 RDEPEND="${RDEPEND}
36 >=media-libs/${GST_ORG_MODULE}-${PV}:${SLOT}[${MULTILIB_USEDEP}]"