commit: 6b27e52fe32de17e5b9b128498c147489bb6cf91 Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Wed Aug 15 19:54:51 2018 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Wed Aug 15 19:55:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b27e52f
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 .../libretro-nestopia/libretro-nestopia-0.0.1_pre20180723.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4b920925a4d..d93f04f24c0 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"
