diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-05-17 12:46:24 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-05-17 12:47:09 -0400 |
commit | f4361618435b928d8e03e7d7f1afb92723235c50 (patch) | |
tree | c0cac0edeedf234750153333dada504bf7fca0f0 /eclass/gstreamer.eclass | |
parent | sys-apps/xdg-desktop-portal-gnome: Keyword 42.1 riscv, #842459 (diff) | |
download | gentoo-f4361618435b928d8e03e7d7f1afb92723235c50.tar.gz gentoo-f4361618435b928d8e03e7d7f1afb92723235c50.tar.bz2 gentoo-f4361618435b928d8e03e7d7f1afb92723235c50.zip |
gstreamer.eclass: Fix typos
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'eclass/gstreamer.eclass')
-rw-r--r-- | eclass/gstreamer.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/gstreamer.eclass b/eclass/gstreamer.eclass index 1a2c01afc884..28db8b1e035f 100644 --- a/eclass/gstreamer.eclass +++ b/eclass/gstreamer.eclass @@ -40,8 +40,8 @@ esac # @ECLASS_VARIABLE: GST_PLUGINS_BUILD # @DESCRIPTION: # Defines the plugins to be built. -# May be set by an ebuild and contain more than one indentifier, space -# seperated (only src_configure can handle mutiple plugins at this time). +# May be set by an ebuild and contain more than one identifier, space +# separated (only src_configure can handle mutiple plugins at this time). : ${GST_PLUGINS_BUILD:=${PN/gst-plugins-/}} # @ECLASS_VARIABLE: GST_PLUGINS_BUILD_DIR @@ -103,7 +103,7 @@ DEPEND=" multilib_src_configure() { gstreamer_multilib_src_configure; } if [[ ${PN} != ${GST_ORG_MODULE} ]]; then - # Do not run test phase for invididual plugin ebuilds. + # Do not run test phase for individual plugin ebuilds. RESTRICT="test" RDEPEND="${RDEPEND} >=media-libs/${GST_ORG_MODULE}-${PV}:${SLOT}[${MULTILIB_USEDEP}]" |