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-util/nml/
Date: Thu, 02 Jun 2016 21:14:53
Message-Id: 1464902075.35ced2f3d60dbc9fd03618742f227e82ba01aa73.mr_bones_@gentoo
1 commit: 35ced2f3d60dbc9fd03618742f227e82ba01aa73
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 21:13:16 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 21:14:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ced2f3
7
8 games-util/nml: remove python_3_5 for now until dev-python/ply has a python_3_5 version
9
10 Package-Manager: portage-2.2.28
11
12 games-util/nml/nml-0.4.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/games-util/nml/nml-0.4.4.ebuild b/games-util/nml/nml-0.4.4.ebuild
16 index 39c1ef3..29fb037 100644
17 --- a/games-util/nml/nml-0.4.4.ebuild
18 +++ b/games-util/nml/nml-0.4.4.ebuild
19 @@ -3,7 +3,7 @@
20 # $Id$
21
22 EAPI=5
23 -PYTHON_COMPAT=( python{3_3,3_4,3_5} )
24 +PYTHON_COMPAT=( python3_{3,4} )
25 inherit distutils-r1
26
27 DESCRIPTION="Compiler of NML files into grf/nfo files"