Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 02 Sep 2021 18:08:39
Message-Id: 1630606104.e1cdabf71a17cb3d419966a6a663d3bdade34497.mgorny@gentoo
1 commit: e1cdabf71a17cb3d419966a6a663d3bdade34497
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 09:19:22 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 18:08:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1cdabf7
7
8 gstreamer.eclass: Set @PROVIDES
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/gstreamer.eclass | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/eclass/gstreamer.eclass b/eclass/gstreamer.eclass
16 index 301d0874106..399fe137732 100644
17 --- a/eclass/gstreamer.eclass
18 +++ b/eclass/gstreamer.eclass
19 @@ -11,6 +11,7 @@
20 # foser <foser@g.o>
21 # zaheerm <zaheerm@g.o>
22 # @SUPPORTED_EAPIS: 5 6
23 +# @PROVIDES: multilib-minimal
24 # @BLURB: Helps building core & split gstreamer plugins.
25 # @DESCRIPTION:
26 # Eclass to make external gst-plugins emergable on a per-plugin basis