summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-31 05:30:32 +0100
committerSam James <sam@gentoo.org>2021-03-31 06:19:53 +0100
commit7e2afe96134fe7ef6058058814ce8a0b1183cdb6 (patch)
tree320e3a0fb1672c1922dbc001266743dcc83ed070 /eclass/libretro-core.eclass
parentros-catkin.eclass: mark CATKIN_HAS_MESSAGES, CATKIN_MESSAGES_TRANSITIVE_DEPS ... (diff)
downloadgentoo-7e2afe96134fe7ef6058058814ce8a0b1183cdb6.tar.gz
gentoo-7e2afe96134fe7ef6058058814ce8a0b1183cdb6.tar.bz2
gentoo-7e2afe96134fe7ef6058058814ce8a0b1183cdb6.zip
libretro-core.eclass: mark LIBRETRO_COMMIT_SHA, LIBRETRO_REPO_NAME as @PRE_INHERIT
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/libretro-core.eclass')
-rw-r--r--eclass/libretro-core.eclass4
1 files changed, 3 insertions, 1 deletions
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".