commit: eaeae75f6df51349d861b63bd91f73b2502e54fc
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue May 10 00:28:13 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue May 10 00:28:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaeae75f
games-emulation/sdlmame: testkeys was removed (bug #582578)
Package-Manager: portage-2.2.26
games-emulation/sdlmame/sdlmame-0.173.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-emulation/sdlmame/sdlmame-0.173.ebuild
b/games-emulation/sdlmame/sdlmame-0.173.ebuild
index 7fa0a7c..e5d5a0e 100644
--- a/games-emulation/sdlmame/sdlmame-0.173.ebuild
+++ b/games-emulation/sdlmame/sdlmame-0.173.ebuild
@@ -207,7 +207,7 @@ src_install() {
"${GAMES_SYSCONFDIR}/${PN}"/{ctrlr,cheat}
if use tools ; then
- for f in castool chdman floptool imgtool jedutil ldresample
ldverify romcmp testkeys ; do
+ for f in castool chdman floptool imgtool jedutil ldresample
ldverify romcmp ; do
newgamesbin ${f} ${PN}-${f}
newman docs/man/${f}.1 ${PN}-${f}.1
done