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 203B01384B4 for ; Thu, 26 Nov 2015 18:45:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BC6721C01E; Thu, 26 Nov 2015 18:45:06 +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 0B6E721C01E for ; Thu, 26 Nov 2015 18:45:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78F6233D3CD for ; Thu, 26 Nov 2015 18:45:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E829499D for ; Thu, 26 Nov 2015 18:45:00 +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: <1448563490.fef30663bb7e8f8a199374de3ae0b43700bc16b1.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: fef30663bb7e8f8a199374de3ae0b43700bc16b1 X-VCS-Branch: master Date: Thu, 26 Nov 2015 18:45:00 +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: e4670321-4955-4ede-91f2-f34681d48ae9 X-Archives-Hash: f05d56881233785db6c0217993ce0fef commit: fef30663bb7e8f8a199374de3ae0b43700bc16b1 Author: Michael Sterrett gentoo org> AuthorDate: Thu Nov 26 18:44:29 2015 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Thu Nov 26 18:44:50 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef30663 Guess it doesn't work with python3 after all (bug #566932) 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 d2371fe..79326b6 100644 --- a/games-emulation/sdlmame/sdlmame-0.167.ebuild +++ b/games-emulation/sdlmame/sdlmame-0.167.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python2_7 ) inherit eutils python-any-r1 toolchain-funcs games MY_PV="${PV/.}"