summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-05-17 12:46:24 -0400
committerMatt Turner <mattst88@gentoo.org>2022-05-17 12:47:09 -0400
commitf4361618435b928d8e03e7d7f1afb92723235c50 (patch)
treec0cac0edeedf234750153333dada504bf7fca0f0
parentsys-apps/xdg-desktop-portal-gnome: Keyword 42.1 riscv, #842459 (diff)
downloadgentoo-f4361618.tar.gz
gentoo-f4361618.tar.bz2
gentoo-f4361618.zip
gstreamer.eclass: Fix typos
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--eclass/gstreamer.eclass6
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}]"