Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 05:20:35
Message-Id: 1617168000.9557a12f028bd1e8b77a2807e24af4886b17b874.sam@gentoo
1 commit: 9557a12f028bd1e8b77a2807e24af4886b17b874
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 04:41:50 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 05:20:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9557a12f
7
8 portability.eclass: drop blank invalid @RETURN
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/portability.eclass | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/eclass/portability.eclass b/eclass/portability.eclass
16 index eef3cd7d344..3b085d6c4e7 100644
17 --- a/eclass/portability.eclass
18 +++ b/eclass/portability.eclass
19 @@ -13,7 +13,6 @@ _PORTABILITY_ECLASS=1
20
21 # @FUNCTION: treecopy
22 # @USAGE: <orig1> [orig2 orig3 ....] <dest>
23 -# @RETURN:
24 # @DESCRIPTION:
25 # mimic cp --parents copy, but working on BSD userland as well
26 treecopy() {