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 02:04:27
Message-Id: 1617156157.f4a6af7fd17a53f54d495a20af1351af50226c0a.sam@gentoo
1 commit: f4a6af7fd17a53f54d495a20af1351af50226c0a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 28 04:44:24 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 02:02:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4a6af7f
7
8 check-reqs.eclass: fix @INTERNAL/@DESCRIPTION order
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/check-reqs.eclass | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass
16 index a45cbd15fee..5c4a420ee06 100644
17 --- a/eclass/check-reqs.eclass
18 +++ b/eclass/check-reqs.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 2004-2020 Gentoo Authors
21 +# Copyright 2004-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: check-reqs.eclass
25 @@ -350,8 +350,8 @@ check-reqs_unsatisfied() {
26 ${msg} "There is NOT at least ${sizeunit} ${location}"
27
28 # @ECLASS-VARIABLE: CHECKREQS_FAILED
29 - # @DESCRIPTION:
30 # @INTERNAL
31 + # @DESCRIPTION:
32 # If set the checks failed and eclass should abort the build.
33 # Internal, do not set yourself.
34 CHECKREQS_FAILED="true"