commit:     7e2afe96134fe7ef6058058814ce8a0b1183cdb6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 31 04:30:32 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 05:19:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e2afe96

libretro-core.eclass: mark LIBRETRO_COMMIT_SHA, LIBRETRO_REPO_NAME as 
@PRE_INHERIT

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/libretro-core.eclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eclass/libretro-core.eclass b/eclass/libretro-core.eclass
index f5f63065f22..ff7b629d63b 100644
--- a/eclass/libretro-core.eclass
+++ b/eclass/libretro-core.eclass
@@ -1,4 +1,4 @@
-# Copyright 2018-2020 Gentoo Authors
+# Copyright 2018-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: libretro-core.eclass
@@ -53,11 +53,13 @@ if [[ -z "${LIBRETRO_CORE_NAME}" ]]; then
 fi
 
 # @ECLASS-VARIABLE: LIBRETRO_COMMIT_SHA
+# @PRE_INHERIT
 # @DESCRIPTION:
 # Commit SHA used for SRC_URI will die if not set in <9999 ebuilds.
 # Needs to be set before inherit.
 
 # @ECLASS-VARIABLE: LIBRETRO_REPO_NAME
+# @PRE_INHERIT
 # @REQUIRED
 # @DESCRIPTION:
 # Contains the real repo name of the core formatted as "repouser/reponame".

Reply via email to