From 43f4f47e30691eaf374714fbe5c5d4927da756a3 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sun, 27 Apr 2025 09:08:14 -0400 Subject: [PATCH] ffmpeg-compat.eclass: fix typo Signed-off-by: Ionen Wolkens --- eclass/ffmpeg-compat.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/ffmpeg-compat.eclass b/eclass/ffmpeg-compat.eclass index 1835a8c7e95a9..ce8878d10c556 100644 --- a/eclass/ffmpeg-compat.eclass +++ b/eclass/ffmpeg-compat.eclass @@ -10,7 +10,7 @@ # @BLURB: Helper functions to link with slotted ffmpeg-compat libraries # @DESCRIPTION: # To use this, run ``ffmpeg_compat_setup `` before packages use -# pkg-config, depend on media-video/ffmpeg-compat:=, and ensure +# pkg-config, depend on media-video/ffmpeg-compat:, and ensure # usage of both pkg-config --cflags and --libs (which adds -Wl,-rpath # to find libraries at runtime). Always verify that it is linked with # the right libraries after.