From 7e2afe96134fe7ef6058058814ce8a0b1183cdb6 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 31 Mar 2021 05:30:32 +0100 Subject: libretro-core.eclass: mark LIBRETRO_COMMIT_SHA, LIBRETRO_REPO_NAME as @PRE_INHERIT Signed-off-by: Sam James --- eclass/libretro-core.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'eclass/libretro-core.eclass') diff --git a/eclass/libretro-core.eclass b/eclass/libretro-core.eclass index f5f63065f223..ff7b629d63b5 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". -- cgit v1.2.3-65-gdbad