commit: e1cdabf71a17cb3d419966a6a663d3bdade34497 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Sep 2 09:19:22 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Sep 2 18:08:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1cdabf7
gstreamer.eclass: Set @PROVIDES Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> eclass/gstreamer.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/gstreamer.eclass b/eclass/gstreamer.eclass index 301d0874106..399fe137732 100644 --- a/eclass/gstreamer.eclass +++ b/eclass/gstreamer.eclass @@ -11,6 +11,7 @@ # foser <[email protected]> # zaheerm <[email protected]> # @SUPPORTED_EAPIS: 5 6 +# @PROVIDES: multilib-minimal # @BLURB: Helps building core & split gstreamer plugins. # @DESCRIPTION: # Eclass to make external gst-plugins emergable on a per-plugin basis
