Skip to content

Commit

Permalink
gstreamer-meson.eclass: Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
mattst88 committed May 17, 2022
1 parent f436161 commit d1bafa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/gstreamer-meson.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}]"
Expand Down

0 comments on commit d1bafa3

Please sign in to comment.