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:21
Message-Id: 1652806029.f4361618435b928d8e03e7d7f1afb92723235c50.mattst88@gentoo
1 commit: f4361618435b928d8e03e7d7f1afb92723235c50
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 16:46:24 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=f4361618
7
8 gstreamer.eclass: Fix typos
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 eclass/gstreamer.eclass | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/eclass/gstreamer.eclass b/eclass/gstreamer.eclass
16 index 1a2c01afc884..28db8b1e035f 100644
17 --- a/eclass/gstreamer.eclass
18 +++ b/eclass/gstreamer.eclass
19 @@ -40,8 +40,8 @@ esac
20 # @ECLASS_VARIABLE: GST_PLUGINS_BUILD
21 # @DESCRIPTION:
22 # Defines the plugins to be built.
23 -# May be set by an ebuild and contain more than one indentifier, space
24 -# seperated (only src_configure can handle mutiple plugins at this time).
25 +# May be set by an ebuild and contain more than one identifier, space
26 +# separated (only src_configure can handle mutiple plugins at this time).
27 : ${GST_PLUGINS_BUILD:=${PN/gst-plugins-/}}
28
29 # @ECLASS_VARIABLE: GST_PLUGINS_BUILD_DIR
30 @@ -103,7 +103,7 @@ DEPEND="
31 multilib_src_configure() { gstreamer_multilib_src_configure; }
32
33 if [[ ${PN} != ${GST_ORG_MODULE} ]]; then
34 - # Do not run test phase for invididual plugin ebuilds.
35 + # Do not run test phase for individual plugin ebuilds.
36 RESTRICT="test"
37 RDEPEND="${RDEPEND}
38 >=media-libs/${GST_ORG_MODULE}-${PV}:${SLOT}[${MULTILIB_USEDEP}]"