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:32
Message-Id: 1617167993.7e2afe96134fe7ef6058058814ce8a0b1183cdb6.sam@gentoo
1 commit: 7e2afe96134fe7ef6058058814ce8a0b1183cdb6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 31 04:30:32 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 05:19:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e2afe96
7
8 libretro-core.eclass: mark LIBRETRO_COMMIT_SHA, LIBRETRO_REPO_NAME as @PRE_INHERIT
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/libretro-core.eclass | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/libretro-core.eclass b/eclass/libretro-core.eclass
16 index f5f63065f22..ff7b629d63b 100644
17 --- a/eclass/libretro-core.eclass
18 +++ b/eclass/libretro-core.eclass
19 @@ -1,4 +1,4 @@
20 -# Copyright 2018-2020 Gentoo Authors
21 +# Copyright 2018-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: libretro-core.eclass
25 @@ -53,11 +53,13 @@ if [[ -z "${LIBRETRO_CORE_NAME}" ]]; then
26 fi
27
28 # @ECLASS-VARIABLE: LIBRETRO_COMMIT_SHA
29 +# @PRE_INHERIT
30 # @DESCRIPTION:
31 # Commit SHA used for SRC_URI will die if not set in <9999 ebuilds.
32 # Needs to be set before inherit.
33
34 # @ECLASS-VARIABLE: LIBRETRO_REPO_NAME
35 +# @PRE_INHERIT
36 # @REQUIRED
37 # @DESCRIPTION:
38 # Contains the real repo name of the core formatted as "repouser/reponame".