From: Craig Andrews Date: Wed, 15 Aug 2018 19:54:51 +0000 (-0400) Subject: games-emulation/libretro-nestopia: Fix S in -0.0.1_pre20180723 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6b27e52fe32de17e5b9b128498c147489bb6cf91;p=gentoo.git games-emulation/libretro-nestopia: Fix S in -0.0.1_pre20180723 Closes: https://bugs.gentoo.org/663696 Package-Manager: Portage-2.3.46, Repoman-2.3.10 --- diff --git a/games-emulation/libretro-nestopia/libretro-nestopia-0.0.1_pre20180723.ebuild b/games-emulation/libretro-nestopia/libretro-nestopia-0.0.1_pre20180723.ebuild index 4b920925a4dd..d93f04f24c06 100644 --- a/games-emulation/libretro-nestopia/libretro-nestopia-0.0.1_pre20180723.ebuild +++ b/games-emulation/libretro-nestopia/libretro-nestopia-0.0.1_pre20180723.ebuild @@ -7,7 +7,7 @@ LIBRETRO_REPO_NAME="libretro/nestopia" LIBRETRO_COMMIT_SHA="9c335527c5dfa11dfa29bc22ee4ba6efa23c8890" KEYWORDS="~amd64 ~x86" inherit libretro-core -S="${WORKDIR}/${P}/libretro" +S="${WORKDIR}/nestopia-${LIBRETRO_COMMIT_SHA}/libretro" LIBRETRO_CORE_LIB_FILE="${S}/${LIBRETRO_CORE_NAME}_libretro.so" DESCRIPTION="Nestopia libretro port"