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 7915E1384B4 for ; Wed, 25 Nov 2015 20:16:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 231F721C088; Wed, 25 Nov 2015 20:15:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5BE821C088 for ; Wed, 25 Nov 2015 20:15:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC17C340042 for ; Wed, 25 Nov 2015 20:15:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48B13612 for ; Wed, 25 Nov 2015 20:15:54 +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: <1448482537.ebd355e60ceb65817937a2c0c73f536efd694a11.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.167.ebuild X-VCS-Directories: games-emulation/sdlmame/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: ebd355e60ceb65817937a2c0c73f536efd694a11 X-VCS-Branch: master Date: Wed, 25 Nov 2015 20:15:54 +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: 59844a24-6c03-4ce5-b655-c8fd9f78b34a X-Archives-Hash: 79db80268d1c4f477f8360062c3ade65 commit: ebd355e60ceb65817937a2c0c73f536efd694a11 Author: Michael Sterrett gentoo org> AuthorDate: Wed Nov 25 20:15:07 2015 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Wed Nov 25 20:15:37 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd355e6 drop ppc support since they don't have libsdl2 Package-Manager: portage-2.2.20.1 games-emulation/sdlmame/sdlmame-0.167.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/sdlmame/sdlmame-0.167.ebuild b/games-emulation/sdlmame/sdlmame-0.167.ebuild index 83c4ce6..d2371fe 100644 --- a/games-emulation/sdlmame/sdlmame-0.167.ebuild +++ b/games-emulation/sdlmame/sdlmame-0.167.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/mamedev/mame/releases/download/mame${MY_PV}/mame${MY LICENSE="XMAME" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="X alsa +arcade debug +mess opengl tools" REQUIRED_USE="|| ( arcade mess ) debug? ( X )"