From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 232E3138252 for ; Tue, 10 May 2016 00:28:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D3D3E0871; Tue, 10 May 2016 00:28:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 345CBE0871 for ; Tue, 10 May 2016 00:28:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B7C2340CEE for ; Tue, 10 May 2016 00:28:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED19B86E for ; Tue, 10 May 2016 00:28:50 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1462840116.eaeae75f6df51349d861b63bd91f73b2502e54fc.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/sdlmame/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/sdlmame/sdlmame-0.173.ebuild X-VCS-Directories: games-emulation/sdlmame/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: eaeae75f6df51349d861b63bd91f73b2502e54fc X-VCS-Branch: master Date: Tue, 10 May 2016 00:28:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6eb98946-76ac-4d23-bfe3-0ccf12bd85b9 X-Archives-Hash: 9ea775306cced9835bc00cb392676ef2 commit: eaeae75f6df51349d861b63bd91f73b2502e54fc Author: Michael Sterrett gentoo org> AuthorDate: Tue May 10 00:28:13 2016 +0000 Commit: Michael Sterrett gentoo 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