libretro-core.eclass: [QA] inherit toolchain-funcs.eclass directly
authorDavid Seifert <soap@gentoo.org>
Thu, 13 Feb 2020 21:39:55 +0000 (22:39 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 13 Feb 2020 21:39:55 +0000 (22:39 +0100)
Signed-off-by: David Seifert <soap@gentoo.org>
eclass/libretro-core.eclass

index 61713a84b90ae173debe4fda1a64ac5bafc4bfd3..768c4701827bae42d2c59facb9ba94a7447a506c 100644 (file)
@@ -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)