commit: fef30663bb7e8f8a199374de3ae0b43700bc16b1
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 18:44:29 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> 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/.}"