Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/sdlmame/
Date: Thu, 26 Nov 2015 18:45:07
Message-Id: 1448563490.fef30663bb7e8f8a199374de3ae0b43700bc16b1.mr_bones_@gentoo
1 commit: fef30663bb7e8f8a199374de3ae0b43700bc16b1
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 26 18:44:29 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 26 18:44:50 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fef30663
7
8 Guess it doesn't work with python3 after all (bug #566932)
9
10 Package-Manager: portage-2.2.20.1
11
12 games-emulation/sdlmame/sdlmame-0.167.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-emulation/sdlmame/sdlmame-0.167.ebuild b/games-emulation/sdlmame/sdlmame-0.167.ebuild
16 index d2371fe..79326b6 100644
17 --- a/games-emulation/sdlmame/sdlmame-0.167.ebuild
18 +++ b/games-emulation/sdlmame/sdlmame-0.167.ebuild
19 @@ -3,7 +3,7 @@
20 # $Id$
21
22 EAPI=5
23 -PYTHON_COMPAT=( python{2_7,3_4} )
24 +PYTHON_COMPAT=( python2_7 )
25 inherit eutils python-any-r1 toolchain-funcs games
26
27 MY_PV="${PV/.}"