commit: 43f4f47e30691eaf374714fbe5c5d4927da756a3 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sun Apr 27 13:08:14 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sun Apr 27 13:16:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f4f47e
ffmpeg-compat.eclass: fix typo Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> 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 1835a8c7e95a..ce8878d10c55 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 <slot>`` before packages use -# pkg-config, depend on media-video/ffmpeg-compat:<slot>=, and ensure +# pkg-config, depend on media-video/ffmpeg-compat:<slot>, 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.
