commit: 381e930f84f4cb491d7b1aaa99e747c1237643fd
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 17:57:12 2019 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 17:57:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381e930f
kodi-game-libretro-twentyfortyeight: Call cmake-utils_src_prepare in src_prepare
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
.../kodi-game-libretro-twentyfortyeight-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-9999.ebuild
b/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-9999.ebuild
index 1d4549a6ba3..852f780f1e2 100644
---
a/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-9999.ebuild
+++
b/media-plugins/kodi-game-libretro-twentyfortyeight/kodi-game-libretro-twentyfortyeight-9999.ebuild
@@ -35,5 +35,5 @@ RDEPEND="
src_prepare() {
echo 'find_library(2048_LIB NAMES
2048_libretro${CMAKE_SHARED_LIBRARY_SUFFIX} PATH_SUFFIXES libretro)' >
"${S}/Findlibretro-2048.cmake" || die
- default
+ cmake-utils_src_prepare
}