diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-05-17 12:46:39 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-05-17 12:47:09 -0400 |
commit | d1bafa37fa90a9a817fd037c244e0ff122e688cf (patch) | |
tree | 43039b7b0a4b6326966ef1c3066f9ff87c966517 /eclass | |
parent | gstreamer.eclass: Fix typos (diff) | |
download | gentoo-d1bafa37fa90a9a817fd037c244e0ff122e688cf.tar.gz gentoo-d1bafa37fa90a9a817fd037c244e0ff122e688cf.tar.bz2 gentoo-d1bafa37fa90a9a817fd037c244e0ff122e688cf.zip |
gstreamer-meson.eclass: Fix typos
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gstreamer-meson.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gstreamer-meson.eclass b/eclass/gstreamer-meson.eclass index bae35c7edcea..f81c2beeccd8 100644 --- a/eclass/gstreamer-meson.eclass +++ b/eclass/gstreamer-meson.eclass @@ -40,7 +40,7 @@ esac # @ECLASS_VARIABLE: GST_PLUGINS_ENABLED # @DESCRIPTION: # Defines the plugins to be built. -# May be set by an ebuild and contain more than one indentifier, space +# May be set by an ebuild and contain more than one identifier, space # separated (only src_configure can handle mutiple plugins at this time). # @ECLASS_VARIABLE: GST_PLUGINS_NOAUTO @@ -202,7 +202,7 @@ multilib_src_compile() { gstreamer_multilib_src_compile; } multilib_src_install() { gstreamer_multilib_src_install; } 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}]" |