From: David Seifert Date: Thu, 13 Feb 2020 21:39:55 +0000 (+0100) Subject: libretro-core.eclass: [QA] inherit toolchain-funcs.eclass directly X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f84f8079282239ac8d3ba6b6aca7191ff7376585;p=gentoo.git libretro-core.eclass: [QA] inherit toolchain-funcs.eclass directly Signed-off-by: David Seifert --- 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)