summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-13 22:39:55 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-13 22:39:55 +0100
commitf84f8079282239ac8d3ba6b6aca7191ff7376585 (patch)
tree1d8d2a2c532d4cc8c986a2a4dd7b2368d14da110 /eclass
parentx11-plugins/gkrellm-countdown: [QA] inherit toolchain-funcs.eclass directly (diff)
downloadgentoo-f84f8079282239ac8d3ba6b6aca7191ff7376585.tar.gz
gentoo-f84f8079282239ac8d3ba6b6aca7191ff7376585.tar.bz2
gentoo-f84f8079282239ac8d3ba6b6aca7191ff7376585.zip
libretro-core.eclass: [QA] inherit toolchain-funcs.eclass directly
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/libretro-core.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/libretro-core.eclass b/eclass/libretro-core.eclass
index 61713a84b90a..768c4701827b 100644
--- a/eclass/libretro-core.eclass
+++ b/eclass/libretro-core.eclass
@@ -1,4 +1,4 @@
-# Copyright 2018-2019 Gentoo Authors
+# Copyright 2018-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: libretro-core.eclass
@@ -74,7 +74,7 @@ else
S="${WORKDIR}/${LIBRETRO_REPO_NAME##*/}-${LIBRETRO_COMMIT_SHA}"
: ${SRC_URI:="https://github.com/${LIBRETRO_REPO_NAME}/archive/${LIBRETRO_COMMIT_SHA}.tar.gz -> ${P}.tar.gz"}
fi
-inherit flag-o-matic
+inherit flag-o-matic toolchain-funcs
case "${EAPI:-0}" in
6|7)