Gentoo Archives: gentoo-dev

From: Ben Kohler <bkohler@g.o>
To: gentoo-dev@l.g.o
Cc: prefix@g.o
Subject: [gentoo-dev] [PATCH] prefix.eclass: minor @USAGE fix
Date: Fri, 06 Sep 2019 19:06:37
Message-Id: 20190906190630.1293-1-bkohler@gentoo.org
1 Signed-off-by: Ben Kohler <bkohler@g.o>
2 ---
3 eclass/prefix.eclass | 2 +-
4 1 file changed, 1 insertion(+), 1 deletion(-)
5
6 diff --git a/eclass/prefix.eclass b/eclass/prefix.eclass
7 index 8ae3e3a531d..435e99fdf92 100644
8 --- a/eclass/prefix.eclass
9 +++ b/eclass/prefix.eclass
10 @@ -111,7 +111,7 @@ hprefixify() {
11 }
12
13 # @FUNCTION: prefixify_ro
14 -# @USAGE: prefixify_ro <file>.
15 +# @USAGE: <file>
16 # @DESCRIPTION:
17 # prefixify a read-only file.
18 # copies the files to ${T}, prefixies it, echos the new file.
19 --
20 2.23.0

Replies

Subject Author
[gentoo-dev] Re: [PATCH] prefix.eclass: minor @USAGE fix Michael Haubenwallner <haubi@g.o>