commit: 03281a869879aa9e0ad9231be698fc97247c4309
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Wed May 9 21:12:53 2018 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed May 9 21:12:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03281a86
games-util/nml: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.36, Repoman-2.3.9
games-util/nml/nml-0.4.4-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-util/nml/nml-0.4.4-r1.ebuild
b/games-util/nml/nml-0.4.4-r1.ebuild
index 81b58fd04e3..62f2f8ddbf5 100644
--- a/games-util/nml/nml-0.4.4-r1.ebuild
+++ b/games-util/nml/nml-0.4.4-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Compiler of NML files into grf/nfo files"