Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/nml/
Date: Wed, 09 May 2018 21:13:31
Message-Id: 1525900373.03281a869879aa9e0ad9231be698fc97247c4309.chewi@gentoo
1 commit: 03281a869879aa9e0ad9231be698fc97247c4309
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 9 21:12:53 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Wed May 9 21:12:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03281a86
7
8 games-util/nml: Add python3_6 to PYTHON_COMPAT
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11
12 games-util/nml/nml-0.4.4-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-util/nml/nml-0.4.4-r1.ebuild b/games-util/nml/nml-0.4.4-r1.ebuild
16 index 81b58fd04e3..62f2f8ddbf5 100644
17 --- a/games-util/nml/nml-0.4.4-r1.ebuild
18 +++ b/games-util/nml/nml-0.4.4-r1.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 -PYTHON_COMPAT=( python3_{4,5} )
26 +PYTHON_COMPAT=( python3_{4,5,6} )
27 inherit distutils-r1
28
29 DESCRIPTION="Compiler of NML files into grf/nfo files"