Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 31 Mar 2020 14:54:59
Message-Id: 1585666477.0a10d0ac6dacd2d888a1830b2f955fcbd2f33d0a.bkohler@gentoo
1 commit: 0a10d0ac6dacd2d888a1830b2f955fcbd2f33d0a
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 6 16:23:07 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 31 14:54:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a10d0ac
7
8 gstreamer.eclass: minor @USAGE fixes
9
10 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
11
12 eclass/gstreamer.eclass | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/gstreamer.eclass b/eclass/gstreamer.eclass
16 index 319f8812851..e592d726863 100644
17 --- a/eclass/gstreamer.eclass
18 +++ b/eclass/gstreamer.eclass
19 @@ -139,7 +139,7 @@ gstreamer_get_plugins() {
20 }
21
22 # @FUNCTION: gstreamer_get_plugin_dir
23 -# @USAGE: gstreamer_get_plugin_dir [<build_dir>]
24 +# @USAGE: [build_dir]
25 # @INTERNAL
26 # @DESCRIPTION:
27 # Finds plugin build directory and output it.
28 @@ -161,7 +161,7 @@ gstreamer_get_plugin_dir() {
29 }
30
31 # @FUNCTION: gstreamer_system_link
32 -# @USAGE: gstreamer_system_link gst-libs/gst/audio:gstreamer-audio [...]
33 +# @USAGE: <gst-libs/gst/audio:gstreamer-audio> [...]
34 # @DESCRIPTION:
35 # Walks through makefiles in order to make sure build will link against system
36 # libraries.